CH EPR mHealth (R4)
1.1.0 - DSTU 2 Informative Ballot
This page is part of the CH EPR mHealth (R4) (v1.1.0: DSTU 2) based on FHIR R4. . For a full list of available versions, 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:Parameters;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ParametersPIXmInput"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters";
fhir:index 0;
fhir:link <http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-in-parameters> ]
];
fhir:Parameters.parameter [
fhir:index 0;
fhir:Parameters.parameter.name [ fhir:value "sourceIdentifier" ];
fhir:Parameters.parameter.valueIdentifier [
fhir:Identifier.system [ fhir:value "urn:oid:2.999.1.2.3" ];
fhir:Identifier.value [ fhir:value "123" ] ]
], [
fhir:index 1;
fhir:Parameters.parameter.name [ fhir:value "targetSystem" ];
fhir:Parameters.parameter.valueUri [ fhir:value "urn:oid:2.999.5.6.7" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.