HL7 Czech Base and Core FHIR IG
1.0.0 - draft Czechia flag

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

: Condition - Mamo finding

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cz-examplemamo-condition"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.cz/fhir/core/StructureDefinition/condition-cz-core"^^xsd:anyURI ;
fhir:link <https://hl7.cz/fhir/core/StructureDefinition/condition-cz-core>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ]
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:254837009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000279109" ] ;
fhir:code [ fhir:v "254837009" ]     ] [
fhir:system [ fhir:v "https://uzis.cz/terminology/CodeSystem/mkn-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C503" ]     ] ) ;
fhir:text [ fhir:v "Podezření na maligní nádor (BI-RADS 4, BI-RADS 5)." ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/bodySite"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/body-structure-mamo" ]       ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Mracena" ]
  ] . #