@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ExampleMimicPatient"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Patient_10000032 (OFFICIAL) female, DoB: 2128-05-06 ( 10000032)


Deceased:2180-09-09Marital Status:Widowed
Language:English
Links:
US Core Ethnicity Extension:
US Core Birth Sex Extension:
  • F
US Core Race Extension:
" ] ; # fhir:extension ( [ fhir:extension ( [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2106-3" ] ; fhir:display [ fhir:v "White" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "White" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ] ] [ fhir:extension ( [ fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ; fhir:code [ fhir:v "2186-5" ] ; fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [ fhir:url [ fhir:v "text"^^xsd:anyURI ] ; fhir:value [ fhir:v "Not Hispanic or Latino" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ; fhir:value [ fhir:v "F" ] ] ) ; # fhir:identifier ( [ fhir:value [ fhir:v "10000032" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Patient_10000032" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "2128-05-06"^^xsd:date] ; # fhir:deceased [ fhir:v "2180-09-09"^^xsd:date] ; # fhir:maritalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "W" ] ] ) ] ; # fhir:communication ( [ fhir:language [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "en" ] ] ) ] ] ) ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/ExampleMimicOrganization" ] ] . # # -------------------------------------------------------------------------------------