0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. 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/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Bundle - IPS with Data - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IPS-examples-Bundle-01"] ; # 
  fhir:language [ fhir:v "en-GB"] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.724.4.8.10.200.10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "175bd032-8b00-4728-b2dc-748bb1501aed" ]
  ] ; # 
  fhir:type [ fhir:v "document"] ; # 
  fhir:timestamp [ fhir:v "2017-12-11T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:12345678-1234-1234-1234-123456789abc"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:12345678-1234-1234-1234-123456789abc> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:b4916505-a06b-460c-9be8-011609282457"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:b4916505-a06b-460c-9be8-011609282457> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4> )
  ] ) . # 

<urn:uuid:12345678-1234-1234-1234-123456789abc> a fhir:Composition ;
  fhir:id [ fhir:v "Composition-Example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_Composition-Example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition Composition-Example</b></p><a name=\"Composition-Example\"> </a><a name=\"hcComposition-Example\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/CompositionType 60591-5}\">60591-5</span></p><p><b>date</b>: 2017-12-11 14:30:00+0100</p><p><b>author</b>: <a href=\"Practitioner/123\">Practitioner/123</a></p><p><b>title</b>: International Patient Summary</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/CompositionType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "60591-5" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ; # 
  fhir:date [ fhir:v "2017-12-11T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/123" ]
  ] ) ; # 
  fhir:title [ fhir:v "International Patient Summary"] . # 

<urn:uuid:b4916505-a06b-460c-9be8-011609282457> a fhir:Observation ;
  fhir:id [ fhir:v "b4916505-a06b-460c-9be8-011609282457"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_b4916505-a06b-460c-9be8-011609282457\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation b4916505-a06b-460c-9be8-011609282457</b></p><a name=\"b4916505-a06b-460c-9be8-011609282457\"> </a><a name=\"hcb4916505-a06b-460c-9be8-011609282457\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 1018-1}\">E Ab [Presence] in Serum or Plasma</span></p><p><b>subject</b>: <code>urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8</code></p><p><b>effective</b>: 2015-10-10 09:35:00+0100</p><p><b>performer</b>: <a href=\"Practitioner/123\">Practitioner/123</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 10828004}\">Positive</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:1018-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1018-1" ] ;
fhir:display [ fhir:v "E Ab [Presence] in Serum or Plasma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2015-10-10T09:35:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/123" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:10828004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10828004" ] ;
fhir:display [ fhir:v "Positive" ]     ] )
  ] . # 

<urn:uuid:a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4> a fhir:Observation ;
  fhir:id [ fhir:v "a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4</b></p><a name=\"a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4\"> </a><a name=\"hca6a5a1d5-c896-4c7e-b922-888fcc7e6ae4\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 1156-9}\">little c Ab [Presence] in Serum or Plasma</span></p><p><b>subject</b>: <code>urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8</code></p><p><b>effective</b>: 2015-10-10 09:35:00+0100</p><p><b>performer</b>: <a href=\"Practitioner/123\">Practitioner/123</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 260385009}\">Negative</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:1156-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1156-9" ] ;
fhir:display [ fhir:v "little c Ab [Presence] in Serum or Plasma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2015-10-10T09:35:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/123" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:260385009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260385009" ] ;
fhir:display [ fhir:v "Negative" ]     ] )
  ] . #