This page is part of the CH EPR mHealth (R4) (v3.0.0: DSTU3) 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Bundle-FindSubmissionSets"] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://example.com/List?patient.identifier=urn:oid:2.999|11111111&status=current"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.com/List/4125"^^xsd:anyURI ] ;
( fhir:resource <http://example.com/List/4125> )
] ) . #
<http://example.com/List/4125> a fhir:List ;
fhir:id [ fhir:v "4125"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: List</b><a name=\"4125\"> </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\">Resource List "4125" </p></div><p><b>Clinical code of the List</b>: Procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#71388002)</span></p><p><b>Publisher organization identity of the SubmissionSet</b>: id: urn:oid:1.3.6.1.4.1.12559.11.13.2.5</p><p><b>CH Extension Author AuthorRole</b>: Healthcare professional (Details: urn:oid:2.16.756.5.30.1.127.3.10.6 code HCP = 'Healthcare professional', stated as 'Healthcare professional')</p><p><b>identifier</b>: id: <a href=\"http://terminology.hl7.org/3.1.0/NamingSystem-uri.html\">#</a>urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949 (use: USUAL), id: <a href=\"http://terminology.hl7.org/3.1.0/NamingSystem-uri.html\">#</a>urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a (use: OFFICIAL)</p><p><b>status</b>: current</p><p><b>mode</b>: working</p><p><b>code</b>: SubmissionSet as a FHIR List <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://profiles.ihe.net/ITI/MHD/4.2.1/CodeSystem-MHDlistTypes.html\">MHD List Types</a>#submissionset)</span></p><p><b>subject</b>: <a href=\"http://example.org/Patient/FranzMusterNeedsAbsoluteUrl\">http://example.org/Patient/FranzMusterNeedsAbsoluteUrl</a></p><p><b>date</b>: 2020-06-29 12:01:30+0000</p><h3>Entries</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-2-7-DocRefMedicationCard.html\">DocumentReference/2-7-DocRefMedicationCard</a></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-designationType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:71388002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71388002" ] ;
fhir:display [ fhir:v "Procedure (procedure)" ] ] ) ]
] [
fhir:url [ fhir:v "https://profiles.ihe.net/ITI/MHD/StructureDefinition/ihe-sourceId"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.13.2.5" ] ]
] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-ext-author-authorrole"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.127.3.10.6"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCP" ] ;
fhir:display [ fhir:v "Healthcare professional" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.13.2.6.2949" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:8c3e40b2-3cf9-4980-b4fb-cc84ba8a181a" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "working"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://profiles.ihe.net/ITI/MHD/CodeSystem/MHDlistTypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "submissionset" ] ;
fhir:display [ fhir:v "SubmissionSet as a FHIR List" ] ] )
] ; #
fhir:subject [
fhir:link <http://example.org/Patient/FranzMusterNeedsAbsoluteUrl> ;
fhir:reference [ fhir:v "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl" ]
] ; #
fhir:date [ fhir:v "2020-06-29T12:01:30+00:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "DocumentReference/2-7-DocRefMedicationCard" ] ]
] ) . #
IG © 2020+ eHealth Suisse. Package ch.fhir.ig.ch-epr-mhealth#3.0.0 based on FHIR 4.0.1. Generated 2024-03-05
Links: Table of Contents |
QA Report
| Propose a change