0.1.0 - ci-build
TestIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Condition",
"id" : "DiagnosisExample",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/covid-diagnosis"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition DiagnosisExample</b></p><a name=\"DiagnosisExample\"> </a><a name=\"hcDiagnosisExample\"> </a><a name=\"DiagnosisExample-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid-diagnosis.html\">Covid Diagnosis</a></p></div><p><b>org/fhir/StructureDefinition/Laterality</b>: <span title=\"Codes:{http://snomed.info/sct 51440002}\">Bilateral</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 24484000}\">Severe</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm U07.1}\">COVID-19</span></p><p><b>subject</b>: <a href=\"Patient-JaneDoe.html\">Jane Doe (no stated gender), DoB Unknown</a></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/Laterality",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "51440002",
"display" : "Bilateral"
}
]
}
}
],
"severity" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "24484000",
"display" : "Severe"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"code" : "U07.1"
}
]
},
"subject" : {
🔗 "reference" : "Patient/JaneDoe"
}
}