@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.recareai.com/Observation/Observation-12345> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Observation-12345"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.recareai.com/StructureDefinition/recare-care-level"^^xsd:anyURI ;
       fhir:l <http://fhir.recareai.com/StructureDefinition/recare-care-level>
     ] [
       fhir:v "http://fhir.de/StructureDefinition/observation-de-pflegegrad"^^xsd:anyURI ;
       fhir:l <http://fhir.de/StructureDefinition/observation-de-pflegegrad>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Observation-12345</b></p><a name=\"Observation-12345\"> </a><a name=\"hcObservation-12345\"> </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\">Profiles: <a href=\"StructureDefinition-recare-care-level.html\">Recare Care Level</a>, <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.6.0-ballot2&amp;canonical=http://fhir.de/StructureDefinition/observation-de-pflegegrad\">Pflegegrad, deutsches Basisprofil</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 80391-6}\">Pflegegrad [Typ]</span></p><p><b>subject</b>: <a href=\"Bundle-DecryptedData-12345.html#urn-uuid-a1c2e4f6-8b3d-4e5f-9a7c-2d1b0e3f4a5b\">Vorname Nachname (official) männlich, DoB: 1950-05-15 ( Einrichtungsinterne Patienten(-Akten-)Nummer)</a></p><p><b>effective</b>: 2026-03-11 14:32:00+0100</p><p><b>value</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/ops 9-984.8}\">Pflegebedürftigkeit: Pflegebedürftig nach Pflegegrad 3</span></p><p><b>note</b>: , </p><blockquote><div><p>Im Eilverfahren</p>\n</div></blockquote><blockquote><div><p>Erhöhung wurde beantragt</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:80391-6 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "80391-6" ] ;
       fhir:display [ fhir:v "Pflegegrad [Typ]" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <urn:uuid:a1c2e4f6-8b3d-4e5f-9a7c-2d1b0e3f4a5b> ;
     fhir:reference [ fhir:v "urn:uuid:a1c2e4f6-8b3d-4e5f-9a7c-2d1b0e3f4a5b" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-03-11T14:32:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/bfarm/ops"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/bfarm/ops>
       ] ;
       fhir:version [ fhir:v "2026" ] ;
       fhir:code [ fhir:v "9-984.8" ] ;
       fhir:display [ fhir:v "Pflegebedürftigkeit: Pflegebedürftig nach Pflegegrad 3" ]
     ] )
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Im Eilverfahren" ]
  ] [
     fhir:text [ fhir:v "Erhöhung wurde beantragt" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

