Medikationsplan 4 PLUS 0.1.0 - ci-build
Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions
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 ------------------------------------------------------------------- a fhir:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ExamplePatient"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://www.charite.de/fhir/medikationsplan/StructureDefinition/Patient"; fhir:index 0; fhir:link <https://www.charite.de/fhir/medikationsplan/StructureDefinition/Patient> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Clara Josephine Schumann (OFFICIAL)</b> (no stated gender), DoB Unknown ( Gesetzliche Krankenversicherung: Z234567890 (use: OFFICIAL))</p><hr/></div>" ]; fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/identifier-type-de-basis" ]; fhir:Coding.code [ fhir:value "GKV" ] ] ]; fhir:Identifier.system [ fhir:value "http://fhir.de/sid/gkv/kvid-10" ]; fhir:Identifier.value [ fhir:value "Z234567890" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "Schumann"; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-name" ]; fhir:Extension.valueString [ fhir:value "Schumann" ] ] ]; fhir:HumanName.given [ fhir:value "Clara"; fhir:index 0 ], [ fhir:value "Josephine"; fhir:index 1 ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.