CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue ButtonĀ®) 2.0.0 - STU 2 US
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Practitioner4"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2022-07-27T10:23:11+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner|2.0.0"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner|2.0.0> ] ]; fhir:Resource.language [ fhir:value "en-US"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: Practitioner</b><a name=\"Practitioner4\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner "Practitioner4" Updated "2022-07-27 10:23:11+0000" (Language "en-US") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Practitioner.html\">C4BB Practitioner (version 2.0.0)</a></p></div><p><b>identifier</b>: National provider identifier: 846274937</p><p><b>active</b>: true</p><p><b>name</b>: Henry Levin </p></div>" ]; fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NPI" ] ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ]; fhir:Identifier.value [ fhir:value "846274937" ] ]; fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Levin" ]; fhir:HumanName.given [ fhir:value "Henry"; fhir:index 0 ]; fhir:HumanName.suffix [ fhir:value "MD"; fhir:index 0 ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.