This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
JSON Format: Patient-cdex-example-patient
Raw json
{ "resourceType" : "Patient", "id" : "cdex-example-patient", "meta" : { "versionId" : "1", "lastUpdated" : "2019-04-09T10:59:17.000-04:00", "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>Generated Narrative with Details</b>\n </p>\n <p>\n <b>id</b>: example\n \n </p>\n <p>\n <b>identifier</b>: Medical Record Number = 1032702 (USUAL)\n \n </p>\n <p>\n <b>active</b>: true\n \n </p>\n <p>\n <b>name</b>: Amy V. Shaw \n \n </p>\n <p>\n <b>telecom</b>: ph: 555-555-5555(HOME), amy.shaw@example.com\n \n </p>\n <p>\n <b>gender</b>: \n \n </p>\n <p>\n <b>birthsex</b>: Female\n \n </p>\n <p>\n <b>birthDate</b>: Feb 20, 2007\n \n </p>\n <p>\n <b>address</b>: 49 Meadow St Mounds OK 74047 US \n \n </p>\n <p>\n <b>race</b>: White, American Indian or Alaska Native, Asian, Shoshone, Filipino\n \n </p>\n <p>\n <b>ethnicity</b>: Hispanic or Latino, Dominican, Mexican\n \n </p>\n </div>" }, "extension" : [ { "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", "extension" : [ { "url" : "ombCategory", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "2106-3", "display" : "White" } }, { "url" : "ombCategory", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "1002-5", "display" : "American Indian or Alaska Native" } }, { "url" : "ombCategory", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "2028-9", "display" : "Asian" } }, { "url" : "detailed", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "1586-7", "display" : "Shoshone" } }, { "url" : "detailed", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "2036-2", "display" : "Filipino" } }, { "url" : "text", "valueString" : "Mixed" } ] }, { "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity", "extension" : [ { "url" : "ombCategory", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "2135-2", "display" : "Hispanic or Latino" } }, { "url" : "detailed", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "2184-0", "display" : "Dominican" } }, { "url" : "detailed", "valueCoding" : { "system" : "urn:oid:2.16.840.1.113883.6.238", "code" : "2148-5", "display" : "Mexican" } }, { "url" : "text", "valueString" : "Hispanic or Latino" } ] }, { "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex", "valueCode" : "F" } ], "identifier" : [ { "use" : "usual", "system" : "http://hospital.smarthealthit.org", "value" : "1032702" } ], "active" : true, "name" : [ { "family" : "Shaw", "given" : [ "Amy", "V." ] } ], "telecom" : [ { "system" : "phone", "value" : "555-555-5555", "use" : "home" }, { "system" : "email", "value" : "amy.shaw@example.com" } ], "gender" : "female", "birthDate" : "2007-02-20", "address" : [ { "line" : [ "49 Meadow St" ], "city" : "Mounds", "state" : "OK", "postalCode" : "74047", "country" : "US" } ] }