HL7 Czech Base and Core FHIR IG
1.0.0 - trial-use
This page is part of the Czech National FHIR R4 Core and Base Implementation Guide STU 1 (v1.0.0: STU 1) 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" : "Condition",
"id" : "cz-examplemamo-condition",
"meta" : {
"profile" : [
🔗 "https://hl7.cz/fhir/core/StructureDefinition/condition-cz-core"
]
},
"language" : "en",
"text" : {
"status" : "generated"
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "254837009",
"display" : "maligní nádor prsu"
},
{
"system" : "https://uzis.cz/terminology/CodeSystem/mkn-10",
"code" : "C503",
"display" : "ZN - dolní vnitřní kvadrant prsu"
}
],
"text" : "Podezření na maligní nádor (BI-RADS 4, BI-RADS 5)."
},
"bodySite" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference" : {
🔗 "reference" : "BodyStructure/body-structure-mamo"
}
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/Mracena"
}
}