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-SurgicalProcedure - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC3-SurgicalProcedure"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips>     ] )
  ] ; # 
  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: Procedure UC3-SurgicalProcedure</b></p><a name=\"UC3-SurgicalProcedure\"> </a><a name=\"hcUC3-SurgicalProcedure\"> </a><a name=\"UC3-SurgicalProcedure-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 50082000}\">Open reduction of fracture of tibia with internal fixation</span></p><p><b>subject</b>: <a href=\"Patient-UC3-Patient.html\">Thomas Müller  Male, DoB: 1984-05-10</a></p><p><b>encounter</b>: <a href=\"Encounter-UC3-EncounterBrokenLeg.html\">Encounter: status = finished; class = IMP (IMP); period = 2019-01-15 --&gt; 2019-01-18; reasonCode = Fracture of bone</a></p><p><b>performed</b>: 2019-01-15</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 32696007}\">Structure of right lower leg</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:50082000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "50082000" ] ;
fhir:display [ fhir:v "Open reduction of fracture of tibia with internal fixation" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC3-Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC3-EncounterBrokenLeg" ]
  ] ; # 
  fhir:performed [ fhir:v "2019-01-15"^^xsd:date] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:32696007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32696007" ] ;
fhir:display [ fhir:v "Structure of right lower leg" ]     ] )
  ] ) . #