CIBMTR Reporting Implementation Guide - Local Development build (v0.1.6). See the Directory of published versions
: PatientExample2 - JSON Representation
Raw json | Download
{
"resourceType" : "Patient",
"id" : "PatientExample2",
"meta" : {
"profile" : [
"http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-patient"
],
"security" : [
{
"system" : "http://terminology.cibmtr.org/codesystem/transplant-center",
"code" : "rc_99999",
"display" : "99999 My Transplant Center"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>John Doe </b> male, DoB Unknown ( id:\u00a0abc)</p><hr/></div>"
},
"identifier" : [
{
"system" : "http://example.org/mrn",
"value" : "abc"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male"
}