0.1.0 - ci-build International flag

JohnMoehrkeTestCore, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testCore/ and changes regularly. See the Directory of published versions

: Example 1 of an JFM labReport - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-labReport-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.labReport"^^xsd:anyURI ;
fhir:link <http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.labReport>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 79381-0}\">LR MICROBIOLOGY REPORT</span> (<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>John Schmidt </b> other, DoB: 1923-07-25</td></tr><tr><td>When For</td><td>1995-08-03 14:49:00+0000</td></tr><tr><td>Reported</td><td>1995-08-03 14:49:00+0000</td></tr><tr><td>Identifier:</td><td> <code>https://example.org/LabReportTO.id</code>/MI;7049269 (use: USUAL)</td></tr></table><p><b>Report Details</b></p><p>NO OVA OR PARASITES FOUND</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "https://example.org/LabReportTO.id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MI;7049269" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:79381-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "79381-0" ]     ] ) ;
fhir:text [ fhir:v "LR MICROBIOLOGY REPORT" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:effective [ fhir:v "1995-08-03T14:49:00Z"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "1995-08-03T14:49:00Z"^^xsd:dateTime] ; # 
  fhir:conclusion [ fhir:v "NO OVA OR PARASITES FOUND"] . #