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: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/IPS-examples-Bundle-01> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "IPS-examples-Bundle-01"] ;
  fhir:Resource.language [ fhir:value "en-GB"] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.724.4.8.10.200.10" ] ;
     fhir:Identifier.value [ fhir:value "175bd032-8b00-4728-b2dc-748bb1501aed" ]
  ] ;
  fhir:Bundle.type [ fhir:value "document"] ;
  fhir:Bundle.timestamp [ fhir:value "2017-12-11T14:30:00+01:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:12345678-1234-1234-1234-123456789abc" ] ;
     fhir:Bundle.entry.resource <urn:uuid:12345678-1234-1234-1234-123456789abc>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:b4916505-a06b-460c-9be8-011609282457" ] ;
     fhir:Bundle.entry.resource <urn:uuid:b4916505-a06b-460c-9be8-011609282457>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4" ] ;
     fhir:Bundle.entry.resource <urn:uuid:a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4>
  ] .

<urn:uuid:12345678-1234-1234-1234-123456789abc> a fhir:Composition ;
  fhir:Resource.id [ fhir:value "Composition-Example"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/CompositionType" ] ;
       fhir:Coding.code [ fhir:value "60591-5" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ;
  fhir:Composition.date [ fhir:value "2017-12-11T14:30:00+01:00"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/123> ;
     fhir:Reference.reference [ fhir:value "Practitioner/123" ]
  ] ;
  fhir:Composition.title [ fhir:value "International Patient Summary"] .

<http://hl7.org/fhir/Practitioner/123> a fhir:Practitioner .

<urn:uuid:b4916505-a06b-460c-9be8-011609282457> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "b4916505-a06b-460c-9be8-011609282457"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:1018-1 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "1018-1" ] ;
       fhir:Coding.display [ fhir:value "E Ab [Presence] in Serum or Plasma" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2015-10-10T09:35:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/123> ;
     fhir:Reference.reference [ fhir:value "Practitioner/123" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:10828004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "10828004" ] ;
       fhir:Coding.display [ fhir:value "Positive" ]
     ]
  ] .

<urn:uuid:a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "a6a5a1d5-c896-4c7e-b922-888fcc7e6ae4"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:1156-9 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "1156-9" ] ;
       fhir:Coding.display [ fhir:value "little c Ab [Presence] in Serum or Plasma" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:Reference.reference [ fhir:value "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2015-10-10T09:35:00+01:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/123> ;
     fhir:Reference.reference [ fhir:value "Practitioner/123" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:260385009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "260385009" ] ;
       fhir:Coding.display [ fhir:value "Negative" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/IPS-examples-Bundle-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/IPS-examples-Bundle-01.ttl> .