0.2.3 - ci-build

HealthDataReceipt - Local Development build (v0.2.3). See the Directory of published versions

: ExampleScenario-PurchaseReceipt - TTL Representation

Active as of 2022-10-19

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ExampleScenario;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ExampleScenario-PurchaseReceipt"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ExampleScenario</b><a name=\"ExampleScenario-PurchaseReceipt\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ExampleScenario \"ExampleScenario-PurchaseReceipt\" </p></div><p><b>url</b>: <code>https://github.com/Open-Health-Manager/patient-data-receipt-ig/ExampleScenario/ExampleScenario-PurchaseReceipt</code></p><p><b>version</b>: 0.2.3</p><p><b>status</b>: active</p><p><b>date</b>: 2022-10-19 07:46:07+0000</p><p><b>publisher</b>: Health Manager</p><p><b>contact</b>: Health Manager: <a href=\"https://mitre.sharepoint.com/sites/healthmanager\">https://mitre.sharepoint.com/sites/healthmanager</a></p></div>"
  ];
  fhir:ExampleScenario.url [ fhir:value "https://github.com/Open-Health-Manager/patient-data-receipt-ig/ExampleScenario/ExampleScenario-PurchaseReceipt"];
  fhir:ExampleScenario.version [ fhir:value "0.2.3"];
  fhir:ExampleScenario.status [ fhir:value "active"];
  fhir:ExampleScenario.date [ fhir:value "2022-10-19T19:46:07+00:00"^^xsd:dateTime];
  fhir:ExampleScenario.publisher [ fhir:value "Health Manager"];
  fhir:ExampleScenario.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Health Manager" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://mitre.sharepoint.com/sites/healthmanager" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.