Mobile Care Services Discovery (mCSD)
3.8.0 - Trial-Implementation International flag

This page is part of the IHE ITI Mobile Care Services Discovery (v3.8.0: Public-Comment) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: IHE ITI Mobile Care Services Discovery (mCSD) - Care Services Update Consumer Location Distance Option - TTL Representation

Draft as of 2021-04-27

Raw ttl | Download


@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.mCSD.CareServicesUpdateConsumer.LocationDistance"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> The Server supports the following transactions : history-type</p>\n         \n    </div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://profiles.ihe.net/ITI/mCSD/CapabilityStatement/IHE.mCSD.CareServicesUpdateConsumer.LocationDistance"];
  fhir:CapabilityStatement.version [ fhir:value "3.8.0"];
  fhir:CapabilityStatement.name [ fhir:value "IHE_mCSD_Care_Services_Update_Consumer_Location_Distance_Option"];
  fhir:CapabilityStatement.title [ fhir:value "IHE ITI Mobile Care Services Discovery (mCSD) - Care Services Update Consumer Location Distance Option"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2021-04-27"^^xsd:date];
  fhir:CapabilityStatement.publisher [ fhir:value "IHE IT Infrastructure Technical Committee"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/it_infrastructure/" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]     ]
  ], [
     fhir:index 2;
     fhir:ContactDetail.name [ fhir:value "IHE IT Infrastructure Technical Committee" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "iti@ihe.net" ]     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "CapabilityStatement for Care Services Update Consumer Actor with the Location Distance option in the IHE IT Infrastructure Technical Framework Supplement IHE mCSD. See https://profiles.ihe.net/ITI/mCSD."];
  fhir:CapabilityStatement.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CapabilityStatement.copyright [ fhir:value "IHE http://www.ihe.net/Governance/#Intellectual_Property"];
  fhir:CapabilityStatement.kind [ fhir:value "requirements"];
  fhir:CapabilityStatement.imports [
     fhir:value "http://profiles.ihe.net/ITI/mCSD/CapabilityStatement/IHE.mCSD.CareServicesUpdateConsumer";
     fhir:index 0;
     fhir:link <http://profiles.ihe.net/ITI/mCSD/CapabilityStatement/IHE.mCSD.CareServicesUpdateConsumer>
  ];
  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 "IHE ITI mCSD ITI-91 endpoint" ];
     fhir:CapabilityStatement.rest.resource [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Location" ];
       fhir:CapabilityStatement.rest.resource.supportedProfile [
         fhir:value "http://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.LocationDistance";
         fhir:index 0;
         fhir:link <http://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.LocationDistance>       ];
       fhir:CapabilityStatement.rest.resource.documentation [ fhir:value "." ]     ]
  ].

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

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