HL7 Czech Base and Core FHIR IG
1.0.0 - draft
HL7 Czech Base and Core FHIR IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/cz-core/ and changes regularly. 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",
"version" : "http://snomed.info/sct/11000279109",
"code" : "254837009"
},
{
"system" : "https://uzis.cz/terminology/CodeSystem/mkn-10",
"code" : "C503"
}
],
"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"
}
}