CH ORF (R4)
2.0.1 - trial-use Switzerland flag

This page is part of the CH ORF (R4) (v2.0.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ServiceRequest Order-Referral-Form - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "sr-order-referral-form",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"sr-order-referral-form\"> </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 ServiceRequest &quot;sr-order-referral-form&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-orf-servicerequest.html\">CH ORF ServiceRequest</a></p></div><p><b>CH ORF Requested Encounter Details</b>: <a href=\"Encounter-EncounterMusterfrau.html\">Encounter/EncounterMusterfrau</a></p><p><b>identifier</b>: Placer Identifier:\u00a0123, Filler Identifier:\u00a0456</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>subject</b>: <a href=\"Patient-ErikaMusterfrau.html\">Patient/ErikaMusterfrau</a> &quot; MUSTERFRAU&quot;</p><p><b>requester</b>: <a href=\"PractitionerRole-SabineMeierPraxisSeeblick.html\">PractitionerRole/SabineMeierPraxisSeeblick</a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageMusterfrau.html\">Coverage/CoverageMusterfrau</a></p><p><b>note</b>: Bemerkung/Kommentar</p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-requestedencounterdetails",
      "valueReference" : {
        🔗 "reference" : "Encounter/EncounterMusterfrau"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PLAC"
          }
        ]
      },
      "system" : "urn:oid:2.999.1",
      "value" : "123"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "FILL"
          }
        ]
      },
      "system" : "http://example.com/identifier",
      "value" : "456"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "priority" : "routine",
  "subject" : {
    🔗 "reference" : "Patient/ErikaMusterfrau"
  },
  "requester" : {
    🔗 "reference" : "PractitionerRole/SabineMeierPraxisSeeblick"
  },
  "insurance" : [
    {
      🔗 "reference" : "Coverage/CoverageMusterfrau"
    }
  ],
  "note" : [
    {
      "text" : "Bemerkung/Kommentar"
    }
  ]
}