Onyx Master Patient Index IG - Local Development build (v0.1.0). 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:Provenance;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "1000101"]; #
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-12T15:26:23.217+00:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://ig.fhir.safhir.io/ig/onyx-mpi/StructureDefinition/mpi-provenance";
fhir:index 0;
fhir:link <http://ig.fhir.safhir.io/ig/onyx-mpi/StructureDefinition/mpi-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: Provenance</b><a name=\"1000101\"> </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 Provenance "1000101" Version "1" Updated "2020-12-12 15:26:23+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mpi-provenance.html\">MPI Provenance</a></p></div><p><b>target</b>: <a href=\"Patient-Patient1.html\">Patient/Patient1</a> " EXAMPLE1"</p><p><b>recorded</b>: Dec 12, 2020, 10:26:23 AM</p><p><b>reason</b>: records management <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActReason.html\">ActReason</a>#RECORDMGT)</span></p><p><b>activity</b>: append <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#APPEND)</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>Custodian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#custodian)</span></td><td><a href=\"Organization-Source1.html\">Organization/Source1</a> "Source 1"</td></tr></table></div>"
]; #
fhir:Provenance.target [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
]; #
fhir:Provenance.recorded [ fhir:value "2020-12-12T15:26:23.217+00: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 "RECORDMGT" ] ]
]; #
fhir:Provenance.activity [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-DataOperation" ];
fhir:Coding.code [ fhir:value "APPEND" ] ]
]; #
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/provenance-participant-type" ];
fhir:Coding.code [ fhir:value "custodian" ];
fhir:Coding.display [ fhir:value "Custodian" ] ] ];
fhir:Provenance.agent.who [
fhir:Reference.reference [ fhir:value "Organization/Source1" ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Financial Management Working Group. Package hl7.fhir.uv.onyx-mpi#0.1.0 based on FHIR 4.0.1. Generated 2022-12-12
Links: Table of Contents |
QA Report