HL7 Czech Base and Core FHIR IG
1.1.0 - ci-build 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.1.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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Condition/cz-examplemamo-condition> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cz-examplemamo-condition"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7.cz/fhir/core/StructureDefinition/condition-cz-core" ;
       fhir:index -1 ;
       fhir:link <https://hl7.cz/fhir/core/StructureDefinition/condition-cz-core>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ] ;
  fhir:Condition.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:254837009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "254837009" ] ;
       fhir:Coding.display [ fhir:value "maligní nádor prsu" ]
     ], [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "https://uzis.cz/terminology/CodeSystem/mkn-10" ] ;
       fhir:Coding.code [ fhir:value "C503" ] ;
       fhir:Coding.display [ fhir:value "ZN - dolní vnitřní kvadrant prsu" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Podezření na maligní nádor (BI-RADS 4, BI-RADS 5)." ]
  ] ;
  fhir:Condition.bodySite [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/bodySite" ] ;
       fhir:Extension.valueReference [
         fhir:link <http://hl7.org/fhir/BodyStructure/body-structure-mamo> ;
         fhir:Reference.reference [ fhir:value "BodyStructure/body-structure-mamo" ]
       ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/Mracena> ;
     fhir:Reference.reference [ fhir:value "Patient/Mracena" ]
  ] .

<http://hl7.org/fhir/BodyStructure/body-structure-mamo> a fhir:BodyStructure .

<http://hl7.org/fhir/Patient/Mracena> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Condition/cz-examplemamo-condition.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Condition/cz-examplemamo-condition.ttl> .