Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Provenance Insulin Order - TTL Representation

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:Provenance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "Insulin-Order"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-09T22:02:26.537+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#NBUigFVtMgZLJIvq" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-provenance";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-provenance>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Insulin-Order</p><p><b>meta</b>: </p><p><b>target</b>: <a href=\"MedicationRequest-Insulin.html\">Generated Summary: id: Insulin; status: active; intent: order; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 311036}\">Humulin R 100 UNT/ML Injectable Solution</span>; authoredOn: 2020-08-05; </a></p><p><b>recorded</b>: Aug 26, 2015 10:39:24 PM</p><p><b>reason</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ActReason TREAT}\">treatment</span></p><p><b>activity</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion AU}\">authenticated</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/contractsignertypecodes VERF}\">Verifier</span></td><td><span></span></td></tr></table><p><b>signature</b>: </p></div>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "MedicationRequest/Insulin" ]
  ];
  fhir:Provenance.recorded [ fhir:value "2015-08-27T08:39:24+10:00"^^xsd:dateTime];
  fhir:Provenance.reason [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
       fhir:Coding.code [ fhir:value "TREAT" ];
       fhir:Coding.display [ fhir:value "treatment" ]     ]
  ];
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion" ];
       fhir:Coding.code [ fhir:value "AU" ];
       fhir:Coding.display [ fhir:value "authenticated" ]     ]
  ];
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" ];
         fhir:Coding.code [ fhir:value "VERF" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
         fhir:Identifier.value [ fhir:value "mailto://hhd@ssa.gov" ]       ]     ]
  ];
  fhir:Provenance.signature [
     fhir:index 0;
     fhir:Signature.type [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ];
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.5" ];
       fhir:Coding.display [ fhir:value "Verification Signature" ]     ];
     fhir:Signature.when [ fhir:value "2020-08-04T08:39:24+10:00"^^xsd:dateTime ];
     fhir:Signature.who [
       fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ]     ];
     fhir:Signature.targetFormat [ fhir:value "application/fhir+xml" ];
     fhir:Signature.sigFormat [ fhir:value "application/signature+xml" ];
     fhir:Signature.data [ fhir:value "Li4u"^^xsd:base64Binary ]
  ].

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

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