Universal API Implementation Guide
1.1.19 - ci-build
Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions
@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:MessageHeader;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "3fe24402-d4b1-4add-b83d-43d0ee4b7dee"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader";
fhir:index 0;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"3fe24402-d4b1-4add-b83d-43d0ee4b7dee\"> </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 MessageHeader \"3fe24402-d4b1-4add-b83d-43d0ee4b7dee\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-messageheader.html\">UAPI MessageHeader</a></p></div><p><b>UAPI MessageHeader Timestamp</b>: 2020-03-11 08:10:13-0500</p><p><b>event</b>: enrollment-with-consent (Details: http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type code enrollment-with-consent = 'enrollment-with-consent', stated as 'null')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>UAPI-ENR-V2.0</td><td><a href=\"https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment\">https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment</a></td></tr></table><p><b>sender</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-01c31a2f-321d-4c6e-8349-206af8a88088\">urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Vendor_AB</td><td><a href=\"http://vendor.com/fhir/enrollmentID/ENR-00001\">http://vendor.com/fhir/enrollmentID/ENR-00001</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-b17e292b-aef1-4e64-90c2-2d01f809041a.html#urn-uuid-584681db-df12-4038-bc82-7c438b06e63b\">urn:uuid:584681db-df12-4038-bc82-7c438b06e63b</a></p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "https://fhir.developer.gene.com/StructureDefinition/message-timestamp" ];
fhir:Extension.valueDateTime [ fhir:value "2020-03-11T08:10:13-05:00"^^xsd:dateTime ]
];
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type" ];
fhir:Coding.code [ fhir:value "enrollment-with-consent" ]
];
fhir:MessageHeader.destination [
fhir:index 0;
fhir:MessageHeader.destination.name [ fhir:value "UAPI-ENR-V2.0" ];
fhir:MessageHeader.destination.endpoint [ fhir:value "https://test-us-e1.apis.roche.com/pharma-cmg-ehr-fhir-exp-test/v2/enrollment" ]
];
fhir:MessageHeader.sender [
fhir:Reference.reference [ fhir:value "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ];
fhir:Reference.type [ fhir:value "Organization" ]
];
fhir:MessageHeader.source [
fhir:MessageHeader.source.name [ fhir:value "Vendor_AB" ];
fhir:MessageHeader.source.endpoint [ fhir:value "http://vendor.com/fhir/enrollmentID/ENR-00001" ]
];
fhir:MessageHeader.focus [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:584681db-df12-4038-bc82-7c438b06e63b" ];
fhir:Reference.type [ fhir:value "List" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ . Package gene.com.fhir.uapi#1.1.19 based on FHIR 4.3.0. Generated 2024-02-19
Links: Table of Contents |
QA Report