This page is part of a downloaded copy of this specification. This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU1 Ballot 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions
Turtle Format: Patient-Patient1
Raw ttl
@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:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "Patient1"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "4" ]; fhir:Meta.lastUpdated [ fhir:value "2019-12-18T23:57:06.000-05:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-patient"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-patient> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Generated Narrative with Details</b>\n </p>\n </div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "ombCategory" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ]; fhir:Coding.code [ fhir:value "2106-3" ]; fhir:Coding.display [ fhir:value "White" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "text" ]; fhir:Extension.valueString [ fhir:value "White" ] ]; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "ombCategory" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ]; fhir:Coding.code [ fhir:value "2186-5" ]; fhir:Coding.display [ fhir:value "Not Hispanic or Latino" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "text" ]; fhir:Extension.valueString [ fhir:value "Not Hispanic or Latino" ] ]; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" ]; fhir:Extension.valueCode [ fhir:value "M" ] ]; fhir:Patient.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 "MB" ]; fhir:Coding.display [ fhir:value "Member Number" ] ] ]; fhir:Identifier.system [ fhir:value "http://www.bcbs.com/fhir/ns/NamingSystem/patient-mb" ]; fhir:Identifier.value [ fhir:value "4D2F-88E5-60A4FDE99662" ] ], [ fhir:index 1; 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 "MR" ]; fhir:Coding.display [ fhir:value "Medical Record Number" ] ] ]; fhir:Identifier.system [ fhir:value "http://www.bcbs.com/fhir/ns/NamingSystem/patient-mrn" ]; fhir:Identifier.value [ fhir:value "123456" ] ], [ fhir:index 2; 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 "PT" ]; fhir:Coding.display [ fhir:value "Patient External Identifier" ] ] ]; fhir:Identifier.system [ fhir:value "http://www.external-org.com/fhir/NamingSystem/patient-identifier" ]; fhir:Identifier.value [ fhir:value "987654" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.text [ fhir:value "John Doe" ]; fhir:HumanName.family [ fhir:value "Doe" ]; fhir:HumanName.given [ fhir:value "John"; fhir:index 0 ] ]; fhir:Patient.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "555-555-5555" ]; fhir:ContactPoint.use [ fhir:value "home" ] ]; fhir:Patient.gender [ fhir:value "male"]; fhir:Patient.birthDate [ fhir:value "1970-01-01"^^xsd:date]; fhir:Patient.address [ fhir:index 0; fhir:Address.line [ fhir:value "49 Meadow St"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Mounds" ]; fhir:Address.state [ fhir:value "OK" ]; fhir:Address.postalCode [ fhir:value "74047" ]; fhir:Address.country [ fhir:value "US" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.