CH EPR mHealth (R4)
0.1.1 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.1: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

ParametersPmirCrossreferenceQuery - TTL Representation

(back to description)

Raw ttl

Source view

@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 "ParametersPmirCrossreferenceQuery"];
  fhir:Parameters.parameter [
     fhir:index 0;
     fhir:Parameters.parameter.name [ fhir:value "targetIdentifier" ];
     fhir:Parameters.parameter.valueIdentifier [
       fhir:Identifier.system [ fhir:value "urn:oid:5.6.7" ];
       fhir:Identifier.value [ fhir:value "value of MPI-PID" ]     ]
  ], [
     fhir:index 1;
     fhir:Parameters.parameter.name [ fhir:value "targetIdentifier" ];
     fhir:Parameters.parameter.valueIdentifier [
       fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.10.3" ];
       fhir:Identifier.value [ fhir:value "value of EPR-SPID" ]     ]
  ], [
     fhir:index 2;
     fhir:Parameters.parameter.name [ fhir:value "targetId" ];
     fhir:Parameters.parameter.valueReference [
       fhir:link <http://example.org/Patient/FranzMusterNeedsAbsoluteUrl>;
       fhir:Reference.reference [ fhir:value "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl" ]     ]
  ].

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

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