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-MRISpine1 - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC3-MRISpine1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-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: Observation UC3-MRISpine1</b></p><a name=\"UC3-MRISpine1\"> </a><a name=\"hcUC3-MRISpine1\"> </a><a name=\"UC3-MRISpine1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 241645008}\">MRI of spine</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-EncounterMRI.html\">Encounter: status = finished; class = AMB (AMB); period = 2020-10-05 --&gt; 2020-10-05; reasonCode = MRI of spine</a></p><p><b>effective</b>: 2020-10-05</p><p><b>value</b>: Degenerative disc disease at L4-L5</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 421060004}\">Structure of vertebral column</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:code [ fhir:v "imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:241645008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "241645008" ] ;
fhir:display [ fhir:v "MRI of spine" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC3-Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC3-EncounterMRI" ]
  ] ; # 
  fhir:effective [ fhir:v "2020-10-05"^^xsd:date] ; # 
  fhir:value [ fhir:v "Degenerative disc disease at L4-L5"] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:421060004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "421060004" ] ;
fhir:display [ fhir:v "Structure of vertebral column" ]     ] )
  ] . #