@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/RelatedPerson/ISiKAngehoerigerMustermann> a fhir:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ISiKAngehoerigerMustermann"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger" ;
fhir:index 0 ;
fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKAngehoeriger>
]
] ;
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: RelatedPerson ISiKAngehoerigerMustermann</b></p><a name=\"ISiKAngehoerigerMustermann\"> </a><a name=\"hcISiKAngehoerigerMustermann\"> </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-ISiKAngehoeriger.html\">ISiKAngehoeriger</a></p></div><p><b>patient</b>: <a href=\"Patient-PatientinMusterfrau.html\">Erika Fürstin von Musterfrau (official) Female, DoB: 1964-08-12 ( Private Krankenversicherung (use: secondary, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DAUC}\">daughter</span></p><p><b>name</b>: Maxine Mustermann (Official)</p><p><b>address</b>: Milchstr. 42 Beispielstadt 78143 DE </p></div>"
] ;
fhir:RelatedPerson.patient [
fhir:link <http://hl7.org/fhir/Patient/PatientinMusterfrau> ;
fhir:Reference.reference [ fhir:value "Patient/PatientinMusterfrau" ]
] ;
fhir:RelatedPerson.relationship [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
fhir:Coding.code [ fhir:value "DAUC" ]
]
] ;
fhir:RelatedPerson.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "Mustermann" ] ;
fhir:HumanName.given [
fhir:value "Maxine" ;
fhir:index 0
]
] ;
fhir:RelatedPerson.address [
fhir:index 0 ;
fhir:Address.type [ fhir:value "both" ] ;
fhir:Address.line [
fhir:value "Milchstr. 42" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Beispielstadt" ] ;
fhir:Address.postalCode [ fhir:value "78143" ] ;
fhir:Address.country [ fhir:value "DE" ]
] .
<http://hl7.org/fhir/Patient/PatientinMusterfrau> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/RelatedPerson/ISiKAngehoerigerMustermann.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/RelatedPerson/ISiKAngehoerigerMustermann.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