German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

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

: e65 Child Observation - 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/Observation/annex2b-e65-child-observation> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "annex2b-e65-child-observation"] ;
  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: Observation annex2b-e65-child-observation</b></p><a name=\"annex2b-e65-child-observation\"> </a><a name=\"hcannex2b-e65-child-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Child care support need</span></p><p><b>subject</b>: <a href=\"Patient-annex2b-example-child.html\">Kim Example  (no stated gender), DoB: 2018-04-12 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-child-1)</a></p><p><b>effective</b>: 2026-07-22 11:00:00+0200</p><p><b>performer</b>: <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></p><p><b>value</b>: true</p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.text [ fhir:value "Child care support need" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/annex2b-example-child> ;
     fhir:Reference.reference [ fhir:value "Patient/annex2b-example-child" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-07-22T11:00:00+02:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/annex2b-example-practitioner" ]
  ] ;
  fhir:Observation.valueBoolean [ fhir:value "true"^^xsd:boolean] .

<http://hl7.org/fhir/Patient/annex2b-example-child> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> a fhir:Practitioner .

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

<http://hl7.org/fhir/Observation/annex2b-e65-child-observation.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/annex2b-e65-child-observation.ttl> .