EHMI Addressing Service (EAS), published by MedCom. This guide is not an authorized publication; it is the continuous build for version 2.0.0 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
: GetReceivingOrganizationByPatientId - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "GetReceivingOrganizationByPatientId"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition GetReceivingOrganizationByPatientId</b></p><a name=\"GetReceivingOrganizationByPatientId\"> </a><a name=\"hcGetReceivingOrganizationByPatientId\"> </a><p>URL: [base]/Organization/$getReceivingOrganizationByPatientId</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>easCorePatient</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td><td/><td><div><p>EAS core patient with CPR identifier</p>\n</div></td></tr><tr><td>IN</td><td>messageType</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Message types</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationByPatientId"^^xsd:anyURI ;
fhir:l <http://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationByPatientId>
] ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "GetReceivingOrganizationByPatientId"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:date [ fhir:v "2026-01-09T09:31:41+00: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 "Look up messaging organizations and referenced endpoints based on patient id (CPR) and message types.\nResponse resources will be returned in a Bundle.<br/>\nOrganizations conform to [EAS Messaging Organization](StructureDefinition-eas-messaging-organization.html)<br/>\nEndpoints conform to [EAS Endpoint - General](StructureDefinition-eas-endpoint.html)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
fhir:purpose [ fhir:v "Example request: <a href=\"Parameters-EX-GetReceivingOrganizationByPatientId-Request.html\">EX-GetReceivingOrganizationByPatientId-Request</a>"] ; #
fhir:affectsState [ fhir:v false] ; #
fhir:code [ fhir:v "getReceivingOrganizationByPatientId"] ; #
fhir:resource ( [ fhir:v "Organization"] ) ; #
fhir:system [ fhir:v false] ; #
fhir:type [ fhir:v true] ; #
fhir:instance [ fhir:v false] ; #
fhir:parameter ( [
fhir:name [ fhir:v "easCorePatient" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "EAS core patient with CPR identifier" ] ;
fhir:type [ fhir:v "Patient" ]
] [
fhir:name [ fhir:v "messageType" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Message types" ] ;
fhir:type [ fhir:v "string" ]
] ) . #