0.1.1 - ci-build
This page is part of the MatchSync Implementation Guide (v0.1.0: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "MSPatientExample4",
"meta" : {
"profile" : [
🔗 "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/mspatient"
],
"security" : [
{
"system" : "http://terminology.nmdp.org/codesystem/transplant-center",
"code" : "tc_123"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MSPatientExample4</b></p><a name=\"MSPatientExample4\"> </a><a name=\"hcMSPatientExample4\"> </a><a name=\"MSPatientExample4-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jona Everyperson Male, DoB: 1974-12-25 ( http://example.org/mrn#123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-612-555-1234</li><li>123 Main St Minneapolis MN 55401 USA </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://hl7.org/fhir/us/core/STU4/CodeSystem-cdcrec.html#cdcrec-2106-3\">Race & Ethnicity - CDC 2106-3</a>: White</li><li>text: White</li></ul></td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2106-3",
"display" : "White"
}
},
{
"url" : "text",
"valueString" : "White"
}
],
"url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
}
],
"identifier" : [
{
"system" : "http://example.org/mrn",
"value" : "123"
}
],
"name" : [
{
"family" : "Everyperson",
"given" : [
"Jona"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "1-612-555-1234"
}
],
"gender" : "male",
"birthDate" : "1974-12-25",
"address" : [
{
"line" : [
"123 Main St"
],
"city" : "Minneapolis",
"state" : "MN",
"postalCode" : "55401",
"country" : "USA"
}
]
}