MatchSyncIG - Local Development build (v0.1.0). See the Directory of published versions
: MSPatientExample3 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "MSPatientExample3",
"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 style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jason Everyperson </b> male, DoB: 1974-12-25 ( id:\u00a0123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 1-612-555-1234</li><li>123 Main St Minneapolis MN 55401 USA </li></ul></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://example.org/mrn",
"value" : "123"
}
],
"name" : [
{
"family" : "Everyperson",
"given" : [
"Jason"
]
}
],
"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"
}
]
}