CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-fhir/ and changes regularly. See the Directory of published versions
: PDQm Match response message too many results - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PDQm-QueryResponseTooManyResults"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-matchparametersout"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-matchparametersout> ] )
] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "0"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://example.com/fhir/Patient/$match"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:13c56fd3-f2f1-4174-ae56-c91f027ffddf"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:13c56fd3-f2f1-4174-ae56-c91f027ffddf> ) ;
fhir:search [
fhir:mode [ fhir:v "outcome" ] ]
] ) . #
<urn:uuid:13c56fd3-f2f1-4174-ae56-c91f027ffddf> a fhir:OperationOutcome ;
fhir:id [ fhir:v "PDQmResponseMoreAttributesRequested"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-moreattributesrequested"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-moreattributesrequested> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_PDQmResponseMoreAttributesRequested\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome PDQmResponseMoreAttributesRequested</b></p><a name=\"PDQmResponseMoreAttributesRequested\"> </a><a name=\"hcPDQmResponseMoreAttributesRequested\"> </a><a name=\"PDQmResponseMoreAttributesRequested-en-US\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Warning</p><p><b>code</b>: Incomplete Results</p><p><b>details</b>: <span title=\"Codes:{urn:oid:1.3.6.1.4.1.19376.1.2.27.1 LivingSubjectAdministrativeGenderRequested}\">LivingSubjectAdministrativeGenderRequested</span></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Warning</p><p><b>code</b>: Incomplete Results</p><p><b>details</b>: <span title=\"Codes:{urn:oid:1.3.6.1.4.1.19376.1.2.27.1 LivingSubjectBirthPlaceNameRequested}\">LivingSubjectBirthPlaceNameRequested</span></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Warning</p><p><b>code</b>: Incomplete Results</p><p><b>details</b>: <span title=\"Codes:{urn:oid:2.16.756.5.30.1.127.3.10.17 BirthNameRequested}\">BirthNameRequested</span></p></blockquote></div>"
] ; #
fhir:issue ( [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "incomplete" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.27.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LivingSubjectAdministrativeGenderRequested" ] ;
fhir:display [ fhir:v "LivingSubjectAdministrativeGenderRequested" ] ] ) ]
] [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "incomplete" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.2.27.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LivingSubjectBirthPlaceNameRequested" ] ;
fhir:display [ fhir:v "LivingSubjectBirthPlaceNameRequested" ] ] ) ]
] [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "incomplete" ] ;
fhir:details [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.17"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BirthNameRequested" ] ;
fhir:display [ fhir:v "BirthNameRequested" ] ] ) ]
] ) . #