Mobile access to Health Documents (MHD)
4.2.1 - Trial-Implementation International flag

This page is part of the IHE Mobile Access to Health Documents (v4.2.1: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Document Recipient implementing Simplified Publish Option - TTL Representation

Active as of 2023-08-02

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:id [ fhir:v "IHE.MHD.DocumentRecipient.Simplified"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>IHE_MHD_DocumentRecipient_Simplified</h2><div><p>IHE ITI Mobile access to Health Documents (MHD) - Document Recipient - with Simplified Publish declared Option.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>DocumentReference</td><td><a href=\"https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Query.SimplifiedPublish.DocumentReference\">https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Query.SimplifiedPublish.DocumentReference</a></td><td></td><td></td><td></td><td>y</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/ITI/MHD/CapabilityStatement/IHE.MHD.DocumentRecipient.Simplified"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.2.1"] ; # 
  fhir:name [ fhir:v "IHE_MHD_DocumentRecipient_Simplified"] ; # 
  fhir:title [ fhir:v "Document Recipient implementing Simplified Publish Option"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-08-02T11:14:45-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IHE ITI Mobile access to Health Documents (MHD) - Document Recipient - with Simplified Publish declared Option."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:security [
fhir:description [ fhir:v "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or SMART-on-FHIR" ]     ] ;
    ( fhir:resource [
fhir:type [ fhir:v "DocumentReference" ] ;
fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Query.SimplifiedPublish.DocumentReference"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Query.SimplifiedPublish.DocumentReference>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "create" ]       ] )     ] ) ;
    ( fhir:interaction [
fhir:code [ fhir:v "transaction" ] ;
fhir:documentation [ fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle" ]     ] [
fhir:code [ fhir:v "transaction" ] ;
fhir:documentation [ fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.UnContained.Comprehensive.ProvideBundle" ]     ] [
fhir:code [ fhir:v "transaction" ] ;
fhir:documentation [ fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Comprehensive.ProvideBundle" ]     ] )
  ] ) . #