Smart Bear Implementation Guide
1.0.0 - ci-build
Smart Bear Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "Patient001",
"meta" : {
"profile" : [
"https://140.164.14.210/fhir/StructureDefinition/SmartBearPatient"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Patient Ethnicity</b>: <span title=\"Codes: {http://loinc.org 2135-2}\">Hispanic or Latino</span></p><p><b>SourceReferral</b>: GP</p><p><b>identifier</b>: id: Patient001</p><p><b>birthDate</b>: 1983-11-07</p></div>"
},
"extension" : [
{
"url" : "https://140.164.14.210/fhir/StructureDefinition/PatientEthnicity",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "2135-2",
"display" : "Hispanic or Latino"
}
]
}
},
{
"url" : "https://140.164.14.210/fhir/StructureDefinition/SourceReferral",
"valueString" : "GP"
}
],
"identifier" : [
{
"value" : "Patient001"
}
],
"birthDate" : "1983-11-07"
}