EHMI Addressing Service (EAS), published by MedCom. This guide is not an authorized publication; it is the continuous build for version 0.8.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-eas/ and changes regularly. See the Directory of published versions
: EAS SikrGrp2 getReceivingOrganizationBySORId - TTL Representation
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:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "eas.getReceivingOrganizationBySORId"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition eas.getReceivingOrganizationBySORId</b></p><a name=\"eas.getReceivingOrganizationBySORId\"> </a><a name=\"hceas.getReceivingOrganizationBySORId\"> </a><a name=\"eas.getReceivingOrganizationBySORId-da-DK\"> </a><p>URL: [base]/$getReceivingOrganizationBySORId</p><p>URL: [base]/CapabilityStatement/[id]/$getReceivingOrganizationBySORId</p><p>Input parameters Profile:<a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></p><p>Output parameters Profile:<pre>http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/EasMessagingOrganization</pre></p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>target</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>submitting the Id of the Patient's General Practitioner would evoke this search operation</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td><td/><td><div><p>The response is a MedComMessagingOrganization corresponding to the General Practitioner of the Patient</p>\n</div></td></tr></table><div><p>getReceivingOrganizationBySORId return MedComMessagingOrganization</p>\n</div></div>"
] ; #
fhir:url [ fhir:v "http://easbase.eas.dk/OperationDefinition/getReceivingOrganizationBySORId"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.8.1"] ; #
fhir:name [ fhir:v "EAS-SikrGrp2-getReceivingOrganizationBySORId"] ; #
fhir:title [ fhir:v "EAS SikrGrp2 getReceivingOrganizationBySORId"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:kind [ fhir:v "query"] ; #
fhir:date [ fhir:v "2024-06-01T00:00:00+01:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MedCom"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MedCom" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.medcom.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "GET [EAS-base]/Organization?_profile=http://medcomfhir.dk/ig/messaging/StructureDefinition-medcom-messaging-organization&Patient?Identifier.value=[Patient_Identifier]&system=urn:oid:1.2.208.176.1.2\nThis search will produce a MedComMessagingOrganization as a response\nEAS will in order to produce this response run through a sequence of calls from"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
fhir:code [ fhir:v "getReceivingOrganizationBySORId"] ; #
fhir:comment [ fhir:v "getReceivingOrganizationBySORId return MedComMessagingOrganization"] ; #
fhir:resource ( [ fhir:v "CapabilityStatement"] ) ; #
fhir:system [ fhir:v "true"^^xsd:boolean] ; #
fhir:type [ fhir:v "false"^^xsd:boolean] ; #
fhir:instance [ fhir:v "true"^^xsd:boolean] ; #
fhir:inputProfile [ fhir:v "string"^^xsd:anyURI] ; #
fhir:outputProfile [
fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/EasMessagingOrganization"^^xsd:anyURI ;
fhir:link <http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/EasMessagingOrganization>
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "target" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "submitting the Id of the Patient's General Practitioner would evoke this search operation" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "The response is a MedComMessagingOrganization corresponding to the General Practitioner of the Patient" ] ;
fhir:type [ fhir:v "Organization" ]
] ) . #