CIBMTR Reporting Implementation Guide
0.1.8 - Trial Use 1
This page is part of the CIBMTR Reporting Implementation Guide (v0.1.8: 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" : "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 class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample2</b></p><a name=\"PatientExample2\"> </a><a name=\"hcPatientExample2\"> </a><a name=\"PatientExample2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe Male, DoB Unknown ( http://example.org/mrn#abc)</p><hr/></div>"
},
"identifier" : [
{
"system" : "http://example.org/mrn",
"value" : "abc"
}
],
"name" : [
{
"family" : "Doe",
"given" : [
"John"
]
}
],
"gender" : "male"
}