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

: Coordinated-care supporting evidence - 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/ExampleCoordinatedCareEvidence> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleCoordinatedCareEvidence"] ;
  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 ExampleCoordinatedCareEvidence</b></p><a name=\"ExampleCoordinatedCareEvidence\"> </a><a name=\"hcExampleCoordinatedCareEvidence\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Clinical assessment supporting coordinated care</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>effective</b>: 2026-07-22</p><p><b>value</b>: Longitudinal coordinated care is clinically indicated</p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.text [ fhir:value "Clinical assessment supporting coordinated care" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-07-22"^^xsd:date] ;
  fhir:Observation.valueString [ fhir:value "Longitudinal coordinated care is clinically indicated"] .

<http://hl7.org/fhir/Patient/ExampleRehabPatient> a fhir:Patient .

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

<http://hl7.org/fhir/Observation/ExampleCoordinatedCareEvidence.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/ExampleCoordinatedCareEvidence.ttl> .