HL7 Laboratory Report
1.0.0-ballot - STU 1 Ballot International flag

HL7 Laboratory Report, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-lab-rep-ig/ and changes regularly. See the Directory of published versions

: BodyStructure: example - TTL Representation

Page standards status: Informative

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:BodyStructure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bodystruct-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/lab-report/StructureDefinition/BodyStructure-uv-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/lab-report/StructureDefinition/BodyStructure-uv-lab>     ] )
  ] ; # 
  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: BodyStructure bodystruct-example</b></p><a name=\"bodystruct-example\"> </a><a name=\"hcbodystruct-example\"> </a><a name=\"bodystruct-example-en-US\"> </a><p><b>active</b>: false</p><p><b>morphology</b>: <span title=\"Codes:\">Skin patch</span></p><p><b>location</b>: <span title=\"Codes:{http://snomed.info/sct 14975008}\">Forearm</span></p><p><b>locationQualifier</b>: <span title=\"Codes:{http://snomed.info/sct 255549009}\">Anterior</span></p><p><b>patient</b>: <a href=\"Patient-pat-lab-example.html\">František Očkovaný Moreira  Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p></div>"
  ] ; # 
  fhir:active [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:morphology [
fhir:text [ fhir:v "Skin patch" ]
  ] ; # 
  fhir:location [
    ( fhir:coding [
a sct:14975008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14975008" ] ;
fhir:display [ fhir:v "Forearm" ]     ] )
  ] ; # 
  fhir:locationQualifier ( [
    ( fhir:coding [
a sct:255549009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "255549009" ] ;
fhir:display [ fhir:v "Anterior" ]     ] ) ;
fhir:text [ fhir:v "Anterior" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/pat-lab-example" ]
  ] . #