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

: Search on the IHE defined extension for Purpose of Use - TTL Representation

Active as of 2022-08-12

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:SearchParameter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "IHE.mCSD.Search.PurposeOfUse"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b></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 SearchParameter \"IHE.mCSD.Search.PurposeOfUse\" </p></div><p><b>url</b>: <code>http://profiles.ihe.net/ITI/mCSD/SearchParameter/IHE.mCSD.Search.PurposeOfUse</code></p><p><b>version</b>: 3.8.0</p><p><b>name</b>: IHE_mCSD_Search_PurposeOfUse</p><p><b>status</b>: active</p><p><b>date</b>: 2022-08-12 09:44:57-0500</p><p><b>publisher</b>: IHE IT Infrastructure Technical Committee</p><p><b>contact</b>: <a href=\"https://www.ihe.net/ihe_domains/it_infrastructure/\">https://www.ihe.net/ihe_domains/it_infrastructure/</a>, <a href=\"mailto:iti@ihe.net\">iti@ihe.net</a>, IHE IT Infrastructure Technical Committee: <a href=\"mailto:iti@ihe.net\">iti@ihe.net</a></p><p><b>description</b>: This SearchParameter enables finding Endpoints or Organizatoins by the purpose of use code.  This resource is created as informative content.</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>code</b>: ihe-mcsd-purpose-of-use</p><p><b>base</b>: Organization, Endpoint</p><p><b>type</b>: token</p><p><b>expression</b>: (extension('http://profiles.ihe.net/ITI/mCSD/SearchParameter/IHE.mCSD.Search.PurposeOfUse').value as CodeableConcept)</p></div>"
  ];
  fhir:SearchParameter.url [ fhir:value "http://profiles.ihe.net/ITI/mCSD/SearchParameter/IHE.mCSD.Search.PurposeOfUse"];
  fhir:SearchParameter.version [ fhir:value "3.8.0"];
  fhir:SearchParameter.name [ fhir:value "IHE_mCSD_Search_PurposeOfUse"];
  fhir:SearchParameter.status [ fhir:value "active"];
  fhir:SearchParameter.date [ fhir:value "2022-08-12T09:44:57-05:00"^^xsd:dateTime];
  fhir:SearchParameter.publisher [ fhir:value "IHE IT Infrastructure Technical Committee"];
  fhir:SearchParameter.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:SearchParameter.description [ fhir:value "This SearchParameter enables finding Endpoints or Organizatoins by the purpose of use code.  This resource is created as informative content."];
  fhir:SearchParameter.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:SearchParameter.code [ fhir:value "ihe-mcsd-purpose-of-use"];
  fhir:SearchParameter.base [
     fhir:value "Organization";
     fhir:index 0
  ], [
     fhir:value "Endpoint";
     fhir:index 1
  ];
  fhir:SearchParameter.type [ fhir:value "token"];
  fhir:SearchParameter.expression [ fhir:value "(extension('http://profiles.ihe.net/ITI/mCSD/SearchParameter/IHE.mCSD.Search.PurposeOfUse').value as CodeableConcept)"].

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

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