German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: POST-ATTESTATION Condition (not map output) - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Condition/example-finalized-condition-upper-arm> a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-finalized-condition-upper-arm"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-finalized-condition-upper-arm</b></p><a name=\"example-finalized-condition-upper-arm\"> </a><a name=\"hcexample-finalized-condition-upper-arm\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm M79.61}\">Schmerz in einer Extremitaet: Oberarm</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller Female, DoB: 1978-06-12</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-upper-arm.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></p></div>"
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:Condition.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
fhir:Coding.code [ fhir:value "confirmed" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/icd-10-gm" ] ;
fhir:Coding.code [ fhir:value "M79.61" ] ;
fhir:Coding.display [ fhir:value "Schmerz in einer Extremitaet: Oberarm" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient-upper-arm> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient-upper-arm" ]
] ;
fhir:Condition.encounter [
fhir:link <http://hl7.org/fhir/Encounter/example-encounter-upper-arm> ;
fhir:Reference.reference [ fhir:value "Encounter/example-encounter-upper-arm" ]
] .
<http://hl7.org/fhir/Patient/example-patient-upper-arm> a fhir:Patient .
<http://hl7.org/fhir/Encounter/example-encounter-upper-arm> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Condition/example-finalized-condition-upper-arm.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Condition/example-finalized-condition-upper-arm.ttl> .