This page is part of the CH EPR FHIR (R4) (v4.0.0-ballot: DSTU 4 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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-querypatientresourceresponsemessage"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-querypatientresourceresponsemessage> ] )
] ; #
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?name=M"^^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><b>Generated Narrative: OperationOutcome</b><a name=\"PDQmResponseMoreAttributesRequested\"> </a><a name=\"hcPDQmResponseMoreAttributesRequested\"> </a></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\">ResourceOperationOutcome "PDQmResponseMoreAttributesRequested" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-pdqm-moreattributesrequested.html\">CH PDQm OperationOutcome More Attributes Requested</a></p></div><blockquote><p><b>issue</b></p><p><b>severity</b>: warning</p><p><b>code</b>: incomplete</p><p><b>details</b>: LivingSubjectAdministrativeGenderRequested <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-1.3.6.1.4.1.19376.1.2.27.1.html\">IHE XCPD Codesystem more attributes requested</a>#LivingSubjectAdministrativeGenderRequested)</span></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: warning</p><p><b>code</b>: incomplete</p><p><b>details</b>: LivingSubjectBirthPlaceNameRequested <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-1.3.6.1.4.1.19376.1.2.27.1.html\">IHE XCPD Codesystem more attributes requested</a>#LivingSubjectBirthPlaceNameRequested)</span></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: warning</p><p><b>code</b>: incomplete</p><p><b>details</b>: BirthNameRequested <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-2.16.756.5.30.1.127.3.10.17.html\">CH Codesystem PDQ More Attributes Requested</a>#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" ] ] ) ]
] ) . #
IG © 2020+ eHealth Suisse. Package ch.fhir.ig.ch-epr-fhir#4.0.0-ballot based on FHIR 4.0.1. Generated 2024-05-16
Links: Table of Contents |
QA Report
| Propose a change