0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC3-EncounterBrokenLeg - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC3-EncounterBrokenLeg"] ; # 
  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: Encounter UC3-EncounterBrokenLeg</b></p><a name=\"UC3-EncounterBrokenLeg\"> </a><a name=\"hcUC3-EncounterBrokenLeg\"> </a><a name=\"UC3-EncounterBrokenLeg-en-US\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] IMP: IMP</p><p><b>subject</b>: <a href=\"Patient-UC3-Patient.html\">Thomas Müller  Male, DoB: 1984-05-10</a></p><p><b>period</b>: 2019-01-15 --&gt; 2019-01-18</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 125605004}\">Fracture of bone</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-UC3-BrokenRightLegCondition.html\">Condition Fracture of bone</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-UC3-UniklinikumTubingen.html\">Organization Uniklinikum Tübingen</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:code [ fhir:v "IMP" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC3-Patient" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2019-01-15"^^xsd:date ] ;
fhir:end [ fhir:v "2019-01-18"^^xsd:date ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:125605004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "125605004" ] ;
fhir:display [ fhir:v "Fracture of bone" ]     ] )
  ] ) ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/UC3-BrokenRightLegCondition" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/UC3-UniklinikumTubingen" ]
  ] . #