Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED)
0.1.0 - ci-build

Moderne Patient:innenabrechnung und Datenkommunikation on FHIR (MOPED) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Test1Condition1 - 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 -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Test1Condition1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/MOPEDCondition"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/MOPEDCondition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Test1Condition1</b></p><a name=\"Test1Condition1\"> </a><a name=\"hcTest1Condition1\"> </a><a name=\"Test1Condition1-en-US\"> </a><p><b>identifier</b>: RI/?ngen-9?</p><p><b>clinicalStatus</b>: <span title=\"Codes:\">active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:\">confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 G47.3}, {http://tbd.at/MOPED-LKFHauptdiagnosegruppen HDG24.01}\">Sleep Apnea</span></p><p><b>subject</b>: <a href=\"Patient-Test1Patient.html\">Patientenkommun Moderne (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)</a></p><p><b>encounter</b>: <a href=\"MOPEDEncounter/Test2MOPEDEncounter1\">MOPEDEncounter/Test2MOPEDEncounter1</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "RI" ]       ] )     ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "not-asked" ]     ] ) ;
    ( fhir:coding [
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G47.3" ] ;
fhir:display [ fhir:v "Sleep Apnea" ]     ] [
fhir:system [ fhir:v "http://tbd.at/MOPED-LKFHauptdiagnosegruppen"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HDG24.01" ] ;
fhir:display [ fhir:v "TBD" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Test1Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "MOPEDEncounter/Test2MOPEDEncounter1" ]
  ] . #