@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/PrimaereGonarthroseMinimal> a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "PrimaereGonarthroseMinimal"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKDiagnose" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKDiagnose>
]
] ;
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 PrimaereGonarthroseMinimal</b></p><a name=\"PrimaereGonarthroseMinimal\"> </a><a name=\"hcPrimaereGonarthroseMinimal\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKDiagnose.html\">ISiKDiagnose</a></p></div><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm M17.0}\">Primäre Gonarthrose, beidseitig</span></p><p><b>subject</b>: <a href=\"Patient-PatientinNormal.html\">Anna Müller (official) Female, DoB: 1957-08-12 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-FachabteilungskontaktNormal.html\">Encounter: extension = ,2025-01-02,2025-01-04; identifier = Visit number; status = finished; class = inpatient encounter (ActCode#IMP); type = Abteilungskontakt,Operation; serviceType = Orthopädie; period = 2024-10-21 --> 2025-01-01</a></p><p><b>recordedDate</b>: 2024-10-21</p></div>"
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/icd-10-gm" ] ;
fhir:Coding.version [ fhir:value "2025" ] ;
fhir:Coding.code [ fhir:value "M17.0" ] ;
fhir:Coding.display [ fhir:value "Primäre Gonarthrose, beidseitig" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientinNormal> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinNormal" ]
] ;
fhir:Condition.encounter [
fhir:link <http://hl7.org/fhir/Encounter/FachabteilungskontaktNormal> ;
fhir:Reference.reference [ fhir:value "Encounter/FachabteilungskontaktNormal" ]
] ;
fhir:Condition.recordedDate [ fhir:value "2024-10-21"^^xsd:date] .
<http://hl7.org/fhir/Patient/PatientinNormal> a fhir:Patient .
<http://hl7.org/fhir/Encounter/FachabteilungskontaktNormal> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Condition/PrimaereGonarthroseMinimal.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Condition/PrimaereGonarthroseMinimal.ttl> .
IG © 2026+ gematik GmbH. Paket basis#6.0.0 basierend auf FHIR 4.0.1. Generiert 2026-07-01
Links: Table of Contents |
QA Report