CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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 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 "LabOrderDocument"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-document-with-sr"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-document-with-sr> ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:uuid:bc4715e6-c46d-4794-a379-b809f24ef05d" ] ] ; # fhir:type [ fhir:v "document"] ; # fhir:timestamp [ fhir:v "2025-03-05T12:00:00Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:1b7b58b1-b952-4190-a0e0-59b4936573a5"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:1b7b58b1-b952-4190-a0e0-59b4936573a5> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:d6917aad-86bd-4bb6-af13-795372344206"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:d6917aad-86bd-4bb6-af13-795372344206> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:9c8584fb-6a33-4ec9-bacd-489c5e1e6bb0"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:9c8584fb-6a33-4ec9-bacd-489c5e1e6bb0> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:9ed971bb-247d-446a-80fb-f6aa7eaf374b"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:9ed971bb-247d-446a-80fb-f6aa7eaf374b> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:87c6a2f7-981d-469e-a5f5-e5ecf6286207"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:87c6a2f7-981d-469e-a5f5-e5ecf6286207> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:62dd8013-6145-4bbb-8588-b172caaa13af"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:62dd8013-6145-4bbb-8588-b172caaa13af> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:d1be525d-a58c-410e-9dfb-aef46ce6f0fa"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:d1be525d-a58c-410e-9dfb-aef46ce6f0fa> ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:5d616c75-34c9-47f0-8e15-2df623755c41"^^xsd:anyURI ] ; ( fhir:resource <urn:uuid:5d616c75-34c9-47f0-8e15-2df623755c41> ) ] ) . # <urn:uuid:1b7b58b1-b952-4190-a0e0-59b4936573a5> a fhir:Composition ; fhir:id [ fhir:v "1b7b58b1-b952-4190-a0e0-59b4936573a5"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2022-10-20T17:04:38.520+00:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-composition-with-sr"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-composition-with-sr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Case study Chronic Renal Insufficiency</div><div><h3>Order for Renal Insufficiency Panel</h3><p>Urs Schmid suffers from a chronic renal insufficiency. His doctor wants to determine the stage for further action.</p></div></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "enterer"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ] ) ; fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactfortheresponsetothisdocument"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:type [ ( fhir:coding [ a sct:721965002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "721965002" ] ; fhir:display [ fhir:v "Laboratory order (record artifact)" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ a sct:721963009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "721963009" ] ; fhir:display [ fhir:v "Order (record artifact)" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:date [ fhir:v "2025-03-05T12:00:00Z"^^xsd:dateTime] ; # fhir:author ( [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ) ; # fhir:title [ fhir:v "CH LAB-Order Renal Insufficiency Panel Document"] ; # fhir:section ( [ fhir:title [ fhir:v "Laboratory Order by Service Request for Renal Insufficiency Panel" ] ; fhir:code [ ( fhir:coding [ a sct:721963009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "721963009" ] ; fhir:display [ fhir:v "Order (record artifact)" ] ] ) ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Laboratory Order: Composition containing the needed Service Requests, estimated GFR and Albumin/Creatinine Ratio</div>"^^rdf:XMLLiteral ] ; ( fhir:entry [ fhir:reference [ fhir:v "urn:uuid:248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec" ] ] [ fhir:reference [ fhir:v "urn:uuid:9ed971bb-247d-446a-80fb-f6aa7eaf374b" ] ] [ fhir:reference [ fhir:v "urn:uuid:87c6a2f7-981d-469e-a5f5-e5ecf6286207" ] ] [ fhir:reference [ fhir:v "urn:uuid:62dd8013-6145-4bbb-8588-b172caaa13af" ] ] [ fhir:reference [ fhir:v "urn:uuid:d1be525d-a58c-410e-9dfb-aef46ce6f0fa" ] ] [ fhir:reference [ fhir:v "urn:uuid:5d616c75-34c9-47f0-8e15-2df623755c41" ] ] ) ] ) . # <urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54> a fhir:Patient ; fhir:id [ fhir:v "UrsSchmid"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>id</b>: Urs Schmid</p><p><b>meta</b>:</p><p><b>identifier</b>: 012/08.111111</p><p><b>name</b>: Urs Schmid</p><p><b>gender</b>: MALE</p><p><b>birthDate</b>: Jan 01, 1981</p><p><b>maritalStatus</b>: unverheiratet <span style=\"background: LightGoldenRodYellow\">(Details : {$ech-11-maritalstatus code '5' = '5', given as 'unverheiratet'})</span></p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Deutsch (Schweiz) <span style=\"background: LightGoldenRodYellow\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Schweiz))</span></td><td>true</td></tr></table></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Zürich" ] ; fhir:country [ fhir:v "Schweiz" ] ] ] [ fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:city [ fhir:v "Breitenbach" ] ; fhir:state [ fhir:v "BL" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"^^xsd:anyURI ] ; fhir:code [ fhir:v "1007" ] ; fhir:display [ fhir:v "Atheism" ] ] ) ] ] ) ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.999999.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "012/08.111111" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Guggindieluft" ] ; ( fhir:given [ fhir:v "Hans" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "079 979 79 79" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "urs.schmid@example.ch" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1981-01-01"^^xsd:date] ; # fhir:maritalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "5" ] ; fhir:display [ fhir:v "unverheiratet" ] ] ) ] ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "de-CH" ] ] ) ; fhir:text [ fhir:v "Deutsch (Schweiz)" ] ] ; fhir:preferred [ fhir:v true ] ] ) . # <urn:uuid:d6917aad-86bd-4bb6-af13-795372344206> a fhir:Practitioner ; fhir:id [ fhir:v "EstherMeier"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_EstherMeier\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EstherMeier</b></p><a name=\"EstherMeier\"> </a><a name=\"hcEstherMeier\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core/StructureDefinition-ch-core-practitioner.html\">CH Core Practitioner</a></p></div><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000050700, <code>urn:oid:2.16.756.5.30.1.123.100.2.1.1</code>/L248519</p><p><b>name</b>: Esther Meier (Official)</p><p><b>telecom</b>: ph: 033 444 22 11(Work), <a href=\"mailto:esther.meier@gruppenpraxisolten.ch\">esther.meier@gruppenpraxisolten.ch</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000050700" ] ] [ fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "L248519" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Meier" ] ; ( fhir:given [ fhir:v "Esther" ] ) ; ( fhir:prefix [ fhir:v "Dr. med." ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "AC" ] ] ) ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "033 444 22 11" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "esther.meier@gruppenpraxisolten.ch" ] ; fhir:use [ fhir:v "work" ] ] ) . # <urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c> a fhir:PractitionerRole ; fhir:id [ fhir:v "EstherMeierGruppenpraxisOlten"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitionerrole> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_EstherMeierGruppenpraxisOlten\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole EstherMeierGruppenpraxisOlten</b></p><a name=\"EstherMeierGruppenpraxisOlten\"> </a><a name=\"hcEstherMeierGruppenpraxisOlten\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core/StructureDefinition-ch-core-practitionerrole.html\">CH Core PractitionerRole</a></p></div><p><b>practitioner</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-d6917aad-86bd-4bb6-af13-795372344206\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>organization</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-9c8584fb-6a33-4ec9-bacd-489c5e1e6bb0\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:practitioner [ fhir:reference [ fhir:v "urn:uuid:d6917aad-86bd-4bb6-af13-795372344206" ] ] ; # fhir:organization [ fhir:reference [ fhir:v "urn:uuid:9c8584fb-6a33-4ec9-bacd-489c5e1e6bb0" ] ] . # <urn:uuid:9c8584fb-6a33-4ec9-bacd-489c5e1e6bb0> a fhir:Organization ; fhir:id [ fhir:v "GruppenpraxisOlten"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization-epr> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_GruppenpraxisOlten\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization GruppenpraxisOlten</b></p><a name=\"GruppenpraxisOlten\"> </a><a name=\"hcGruppenpraxisOlten\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/hl7ch/ch-core/StructureDefinition-ch-core-organization-epr.html\">CH Core Organization EPR</a></p></div><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000241115</p><p><b>name</b>: Gruppenpraxis Olten</p><p><b>telecom</b>: <a href=\"tel:+41555556677\">+41555556677</a>, <a href=\"mailto:info@gruppenpraxisolten.ch\">info@gruppenpraxisolten.ch</a>, <a href=\"http://www.gruppenpraxisolten.ch\">http://www.gruppenpraxisolten.ch</a></p><p><b>address</b>: Gerbergasse 12 Olten 4600 CH </p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ; fhir:value [ fhir:v "7601000241115" ] ] ) ; # fhir:name [ fhir:v "Gruppenpraxis Olten"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+41555556677" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@gruppenpraxisolten.ch" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.gruppenpraxisolten.ch" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ ( fhir:line [ fhir:v "Gerbergasse 12" ] ) ; fhir:city [ fhir:v "Olten" ] ; fhir:postalCode [ fhir:v "4600" ] ; fhir:country [ fhir:v "CH" ] ] ) . # <urn:uuid:248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec> a fhir:ServiceRequest ; fhir:id [ fhir:v "ServiceRequestRenalInsufficiencyPanel"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ServiceRequestRenalInsufficiencyPanel\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestRenalInsufficiencyPanel</b></p><a name=\"ServiceRequestRenalInsufficiencyPanel\"> </a><a name=\"hcServiceRequestRenalInsufficiencyPanel\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-SR.html\">CH LAB-Order-SR</a></p></div><p><b>identifier</b>: Placer Identifier/Y274589</p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-LabServiceRenalInsufficiency.html\">Renal Insufficiency Lab Panel</a></p><p><b>requisition</b>: Placer Identifier/ReqID-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LP31398-8}\">Renal function</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0119 NW}\">Order Control code</span></p><p><b>subject</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-b82ca08b-9476-44a7-9893-74adbe93ab54\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requester</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-1301bc1f-9d23-4529-b30d-f1a0e792823c\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "Y274589" ] ] ) ; # fhir:instantiatesCanonical ( [ fhir:v "http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabServiceRenalInsufficiency"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabServiceRenalInsufficiency> ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/placer-system/req-nr"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-123456789" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:LP31398-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "LP31398-8" ] ; fhir:display [ fhir:v "Renal function" ] ] ) ] ; # fhir:orderDetail ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0119"^^xsd:anyURI ] ; fhir:code [ fhir:v "NW" ] ; fhir:display [ fhir:v "New order/service" ] ] ) ; fhir:text [ fhir:v "Order Control code" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) . # <urn:uuid:9ed971bb-247d-446a-80fb-f6aa7eaf374b> a fhir:ServiceRequest ; fhir:id [ fhir:v "ServiceRequest-eGFR"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ServiceRequest-eGFR\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequest-eGFR</b></p><a name=\"ServiceRequest-eGFR\"> </a><a name=\"hcServiceRequest-eGFR\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-SR.html\">CH LAB-Order-SR</a></p></div><p><b>identifier</b>: Placer Identifier/Y274589</p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-LabService-eGFR.html\">Renal Insufficiendy Panel: Service eGFR</a></p><p><b>basedOn</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requisition</b>: Placer Identifier/ReqID-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 98979-8}\">Glomerular filtration rate [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)/1.73 sq M</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0119 NW}\">Order Control code</span></p><p><b>subject</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-b82ca08b-9476-44a7-9893-74adbe93ab54\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requester</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-1301bc1f-9d23-4529-b30d-f1a0e792823c\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p><p><b>specimen</b>: <a href=\"Specimen-Serum.html\">Serum specimen</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "Y274589" ] ] ) ; # fhir:instantiatesCanonical ( [ fhir:v "http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabService-eGFR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabService-eGFR> ] ) ; # fhir:basedOn ( [ fhir:reference [ fhir:v "urn:uuid:248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec" ] ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/placer-system/req-nr"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-123456789" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:98979-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "98979-8" ] ; fhir:display [ fhir:v "Glomerular filtration rate [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)/1.73 sq M" ] ] ) ] ; # fhir:orderDetail ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0119"^^xsd:anyURI ] ; fhir:code [ fhir:v "NW" ] ; fhir:display [ fhir:v "New order/service" ] ] ) ; fhir:text [ fhir:v "Order Control code" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) ; # fhir:specimen ( [ fhir:reference [ fhir:v "Specimen/Serum" ] ; fhir:display [ fhir:v "Serum specimen" ] ] ) . # <urn:uuid:87c6a2f7-981d-469e-a5f5-e5ecf6286207> a fhir:ServiceRequest ; fhir:id [ fhir:v "ServiceRequestCreatinineSerum-eGFR"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ServiceRequestCreatinineSerum-eGFR\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestCreatinineSerum-eGFR</b></p><a name=\"ServiceRequestCreatinineSerum-eGFR\"> </a><a name=\"hcServiceRequestCreatinineSerum-eGFR\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-SR.html\">CH LAB-Order-SR</a></p></div><p><b>identifier</b>: Placer Identifier/Y274589</p><p><b>instantiatesCanonical</b>: <code>http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabServiceCreatinineSerum</code></p><p><b>basedOn</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-9ed971bb-247d-446a-80fb-f6aa7eaf374b\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requisition</b>: Placer Identifier/ReqID-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14682-9}\">Creatinine [Moles/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-b82ca08b-9476-44a7-9893-74adbe93ab54\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>occurrence</b>: 2025-01-15</p><p><b>requester</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-1301bc1f-9d23-4529-b30d-f1a0e792823c\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"MedicationStatement-Diclofenac.html\">MedicationStatement: status = active; medication[x] = ->Medication Product containing only diclofenac (medicinal product); effective[x] = 2023-11-11; dateAsserted = 2023-11-11; note = Patient takes it every day in the morning back pain</a></li><li><a href=\"Condition-Renal-insufficiency.html\">Condition Chronic renal insufficiency (disorder)</a></li></ul><p><b>specimen</b>: <a href=\"Specimen-Serum.html\">Serum Sample</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "Y274589" ] ] ) ; # fhir:instantiatesCanonical ( [ fhir:v "http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabServiceCreatinineSerum"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabServiceCreatinineSerum> ] ) ; # fhir:basedOn ( [ fhir:reference [ fhir:v "urn:uuid:9ed971bb-247d-446a-80fb-f6aa7eaf374b" ] ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/placer-system/req-nr"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-123456789" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:14682-9 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14682-9" ] ; fhir:display [ fhir:v "Creatinine [Moles/volume] in Serum or Plasma" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:occurrence [ a fhir:dateTime ; fhir:v "2025-01-15"^^xsd:date ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) ; # fhir:supportingInfo ( [ fhir:reference [ fhir:v "MedicationStatement/Diclofenac" ] ] [ fhir:reference [ fhir:v "Condition/Renal-insufficiency" ] ] ) ; # fhir:specimen ( [ fhir:reference [ fhir:v "Specimen/Serum" ] ; fhir:display [ fhir:v "Serum Sample" ] ] ) . # <urn:uuid:62dd8013-6145-4bbb-8588-b172caaa13af> a fhir:ServiceRequest ; fhir:id [ fhir:v "ServiceRequest-uACR"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ServiceRequest-uACR\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequest-uACR</b></p><a name=\"ServiceRequest-uACR\"> </a><a name=\"hcServiceRequest-uACR\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-SR.html\">CH LAB-Order-SR</a></p></div><p><b>identifier</b>: Placer Identifier/Y274589</p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-LabService-uACR.html\">Renal Insufficiendy Panel uACR</a></p><p><b>basedOn</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requisition</b>: Placer Identifier/ReqID-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14585-4}\">Albumin/Creatinine [Molar Ratio] in Urine</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0119 NW}\">Order Control code</span></p><p><b>subject</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-b82ca08b-9476-44a7-9893-74adbe93ab54\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requester</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-1301bc1f-9d23-4529-b30d-f1a0e792823c\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"MedicationStatement-Diclofenac.html\">MedicationStatement: status = active; medication[x] = ->Medication Product containing only diclofenac (medicinal product); effective[x] = 2023-11-11; dateAsserted = 2023-11-11; note = Patient takes it every day in the morning back pain</a></li><li><a href=\"Condition-Renal-insufficiency.html\">Condition Chronic renal insufficiency (disorder)</a></li></ul><p><b>specimen</b>: <a href=\"Specimen-Urine.html\">Urine specimen</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "Y274589" ] ] ) ; # fhir:instantiatesCanonical ( [ fhir:v "http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabService-uACR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/PlanDefinition/LabService-uACR> ] ) ; # fhir:basedOn ( [ fhir:reference [ fhir:v "urn:uuid:248f80c7-3d8c-4aa1-8eb6-53bcbb6c9bec" ] ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/placer-system/req-nr"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-123456789" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:14585-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14585-4" ] ; fhir:display [ fhir:v "Albumin/Creatinine [Molar Ratio] in Urine" ] ] ) ] ; # fhir:orderDetail ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0119"^^xsd:anyURI ] ; fhir:code [ fhir:v "NW" ] ; fhir:display [ fhir:v "New order/service" ] ] ) ; fhir:text [ fhir:v "Order Control code" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) ; # fhir:supportingInfo ( [ fhir:reference [ fhir:v "MedicationStatement/Diclofenac" ] ] [ fhir:reference [ fhir:v "Condition/Renal-insufficiency" ] ] ) ; # fhir:specimen ( [ fhir:reference [ fhir:v "Specimen/Urine" ] ; fhir:display [ fhir:v "Urine specimen" ] ] ) . # <urn:uuid:d1be525d-a58c-410e-9dfb-aef46ce6f0fa> a fhir:ServiceRequest ; fhir:id [ fhir:v "ServiceRequestAlbuminUrine"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ServiceRequestAlbuminUrine\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestAlbuminUrine</b></p><a name=\"ServiceRequestAlbuminUrine\"> </a><a name=\"hcServiceRequestAlbuminUrine\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-SR.html\">CH LAB-Order-SR</a></p></div><p><b>identifier</b>: Placer Identifier/Y274589</p><p><b>basedOn</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-62dd8013-6145-4bbb-8588-b172caaa13af\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requisition</b>: Placer Identifier/ReqID-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 77158-4}\">Microalbumin [Moles/volume] in Urine by Detection limit <= 3.0 mg/L</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0119 NW}\">Order Control code</span></p><p><b>subject</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-b82ca08b-9476-44a7-9893-74adbe93ab54\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requester</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-1301bc1f-9d23-4529-b30d-f1a0e792823c\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p><p><b>specimen</b>: <a href=\"Specimen-Urine.html\">Urine specimen</a></p><p><b>note</b>: </p><blockquote><div><p>Please use umol/L as Unit for the ratio calculation umol[albumin]/mmol[creatinine].</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "Y274589" ] ] ) ; # fhir:basedOn ( [ fhir:reference [ fhir:v "urn:uuid:62dd8013-6145-4bbb-8588-b172caaa13af" ] ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/placer-system/req-nr"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-123456789" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:77158-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "77158-4" ] ; fhir:display [ fhir:v "Microalbumin [Moles/volume] in Urine by Detection limit <= 3.0 mg/L" ] ] ) ] ; # fhir:orderDetail ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0119"^^xsd:anyURI ] ; fhir:code [ fhir:v "NW" ] ; fhir:display [ fhir:v "New order/service" ] ] ) ; fhir:text [ fhir:v "Order Control code" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) ; # fhir:specimen ( [ fhir:reference [ fhir:v "Specimen/Urine" ] ; fhir:display [ fhir:v "Urine specimen" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Please use umol/L as Unit for the ratio calculation umol[albumin]/mmol[creatinine]." ] ] ) . # <urn:uuid:5d616c75-34c9-47f0-8e15-2df623755c41> a fhir:ServiceRequest ; fhir:id [ fhir:v "ServiceRequestCreatinineUrine"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR"^^xsd:anyURI ; fhir:link <http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-SR> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ServiceRequestCreatinineUrine\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestCreatinineUrine</b></p><a name=\"ServiceRequestCreatinineUrine\"> </a><a name=\"hcServiceRequestCreatinineUrine\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-order-SR.html\">CH LAB-Order-SR</a></p></div><p><b>identifier</b>: Placer Identifier/Y274589</p><p><b>basedOn</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-62dd8013-6145-4bbb-8588-b172caaa13af\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requisition</b>: Placer Identifier/ReqID-123456789</p><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>priority</b>: Urgent</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 14683-7}\">Creatinine [Moles/volume] in Urine</span></p><p><b>orderDetail</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0119 NW}\">Order Control code</span></p><p><b>subject</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-b82ca08b-9476-44a7-9893-74adbe93ab54\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>requester</b>: <a href=\"Bundle-LabOrderDocument.html#urn-uuid-1301bc1f-9d23-4529-b30d-f1a0e792823c\">Bundle: identifier = UUID:bc4715e6-c46d-4794-a379-b809f24ef05d; type = document; timestamp = 2025-03-05 12:00:00+0000</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 90688005}\">Chronic renal failure syndrome (disorder)</span></p><p><b>specimen</b>: <a href=\"Specimen-Urine.html\">Urine specimen</a></p><p><b>note</b>: </p><blockquote><div><p>Please use mmol/L for the ratio calculation mol[albumin]/mmol[creatinine]. Most labs in Switzerland use mg[albumin]/mmol[creatinine] as unit for the ratio calculation.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.2.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "Y274589" ] ] ) ; # fhir:basedOn ( [ fhir:reference [ fhir:v "urn:uuid:62dd8013-6145-4bbb-8588-b172caaa13af" ] ] ) ; # fhir:requisition [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/placer-system/req-nr"^^xsd:anyURI ] ; fhir:value [ fhir:v "ReqID-123456789" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "original-order"] ; # fhir:priority [ fhir:v "urgent"] ; # fhir:code [ ( fhir:coding [ a loinc:14683-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14683-7" ] ; fhir:display [ fhir:v "Creatinine [Moles/volume] in Urine" ] ] ) ] ; # fhir:orderDetail ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0119"^^xsd:anyURI ] ; fhir:code [ fhir:v "NW" ] ; fhir:display [ fhir:v "New order/service" ] ] ) ; fhir:text [ fhir:v "Order Control code" ] ] ) ; # fhir:subject [ fhir:reference [ fhir:v "urn:uuid:b82ca08b-9476-44a7-9893-74adbe93ab54" ] ] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:1301bc1f-9d23-4529-b30d-f1a0e792823c" ] ] ; # fhir:reasonCode ( [ ( fhir:coding [ a sct:90688005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "90688005" ] ] ) ; fhir:text [ fhir:v "Chronic renal failure syndrome (disorder)" ] ] ) ; # fhir:specimen ( [ fhir:reference [ fhir:v "Specimen/Urine" ] ; fhir:display [ fhir:v "Urine specimen" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "Please use mmol/L for the ratio calculation mol[albumin]/mmol[creatinine]. Most labs in Switzerland use mg[albumin]/mmol[creatinine] as unit for the ratio calculation." ] ] ) . #
IG © 2025+ HL7 Switzerland. Package ch.fhir.ig.ch-lab-order#3.0.0 based on FHIR 4.0.1. Generated 2025-06-27
Links: Table of Contents |
QA Report
| Propose a change