Pasientens rekvisisjoner
0.1.3 - ci-build
Pasientens rekvisisjoner - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ARequest"/>
<meta>
<profile
value="http://hl7.no/fhir/ig/ParekIG/StructureDefinition/parek-service-request"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>A sample ParekServiceRequest, also referenced from other samples.</p></div>
</text>
<contained>
<PractitionerRole>
<id value="ARequester"/>
<meta>
<profile
value="http://hl7.no/fhir/ig/ParekIG/StructureDefinition/parek-requester-pr"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>A sample ParekRequester, also referenced from other samples.</p></div>
</text>
<practitioner>
<identifier>
<system value="urn:oid:2.16.578.1.12.4.1.4.4"/>
<value value="987"/>
</identifier>
<display value="Somebody"/>
</practitioner>
<organization>
<identifier>
<system value="urn:oid:2.16.578.1.12.4.1.4.101"/>
<value value="987654"/>
</identifier>
<display value="Someplace"/>
</organization>
</PractitionerRole>
</contained>
<identifier>
<system value="http://some.thing.unique"/>
<value value="45678"/>
</identifier>
<status value="active"/>
<intent value="plan"/>
<code>
<concept>
<text value="Snomed something"/>
</concept>
</code>
<orderDetail>
<parameterFocus>
<concept>
<text value="Blodprøve"/>
</concept>
</parameterFocus>
<parameter>
<code>
<text value="Analyse"/>
</code>
<valueCodeableConcept>
<text value="Blodsukker"/>
</valueCodeableConcept>
</parameter>
</orderDetail>
<subject>
<identifier>
<system value="urn:oid:2.16.578.1.12.4.1.4.1"/>
<value value="12345678900"/>
</identifier>
</subject>
<occurrencePeriod>
<end value="2026-11-03"/>
</occurrencePeriod>
<authoredOn value="2026-03-13"/>
<requester>
<reference value="#ARequester"/>
</requester>
<note>
<text value="### Mardown header"/>
</note>
</ServiceRequest>