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

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

IHE ITI Patient Identity Cross-Reference for Mobile (PIXm) - Consumer (client) - 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:CapabilityStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "IHE.PIXm.Consumer"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n		CapabilityStatement for Consumer Actor in the IHE IT Infrastructure Technical Framework Supplement \n            <a href=\"http://wiki.ihe.net/index.php/PIXm\">Patient Identity Cross-Reference for Mobile (PIXm)</a> \n		The IHE Profile text is Normative, this conformance resource is Informative. \n        </div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://profiles.ihe.net/fhir/ihe.pixm.fhir/CapabilityStatement/IHE.PIXm.Consumer"];
  fhir:CapabilityStatement.version [ fhir:value "0.1.2"];
  fhir:CapabilityStatement.name [ fhir:value "IHE_PIXm_Consumer"];
  fhir:CapabilityStatement.title [ fhir:value "IHE ITI Patient Identity Cross-Reference for Mobile (PIXm) - Consumer (client)"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2019-07-05"^^xsd:date];
  fhir:CapabilityStatement.publisher [ fhir:value "eHealth Suisse"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "eHealth Suisse" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.e-health-suisse.ch" ]     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "CapabilityStatement for Consumer Actor in the IHE IT Infrastructure Technical Framework Supplement IHE PIXm. See http://wiki.ihe.net/index.php/PIXm. The IHE Profile text is Normative, this conformance resource is Informative."];
  fhir:CapabilityStatement.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "CH" ]     ]
  ];
  fhir:CapabilityStatement.copyright [ fhir:value "IHE http://www.ihe.net/Governance/#Intellectual_Property"];
  fhir:CapabilityStatement.kind [ fhir:value "requirements"];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.0"];
  fhir:CapabilityStatement.format [
     fhir:value "application/fhir+xml";
     fhir:index 0
  ], [
     fhir:value "application/fhir+json";
     fhir:index 1
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.rest.mode [ fhir:value "client" ];
     fhir:CapabilityStatement.rest.documentation [ fhir:value "PIXm client queries for Patient Identity Cross-Reference matching a query parameters" ];
     fhir:CapabilityStatement.rest.security [
       fhir:CapabilityStatement.rest.security.cors [ fhir:value "false"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.security.description [ fhir:value "Recommend IUA or SMART" ]     ];
     fhir:CapabilityStatement.rest.resource [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Patient" ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "$ihe-pix" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "http://profiles.ihe.net/fhir/ihe.pixm.fhir/OperationDefinition/IHE.PIXm.pix";
           fhir:link <http://profiles.ihe.net/fhir/ihe.pixm.fhir/OperationDefinition/IHE.PIXm.pix>         ]       ]     ]
  ].

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

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