1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ServiceRequestLabAnalysisExample - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ServiceRequestLabAnalysisExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/ServiceRequestLabAnalysis",
      "ServiceRequestLabAnalysisSe"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestLabAnalysisExample</b></p><a name=\"ServiceRequestLabAnalysisExample\"> </a><a name=\"hcServiceRequestLabAnalysisExample\"> </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\">Profiles: <a href=\"StructureDefinition-ServiceRequestLabAnalysis.html\">ServiceRequestLabAnalysis</a>, <code>ServiceRequestLabAnalysisSe</code></p></div><p><b>identifier</b>: 152345</p><p><b>basedOn</b>: <a href=\"ServiceRequest/12345\">ServiceRequest/12345</a></p><p><b>requisition</b>: 8dUEj34hwkDNd</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}, {http://cambio.codes/vs/laboratory-service-request-category-value-set 55284006}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://npu-terminology.org 12345}\">Example Laboratory Analysis Code</span></p><p><b>subject</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/191212121212</p><p><b>occurrence</b>: 2023-10-01 12:00:00+0000</p><p><b>performer</b>: <a href=\"PractitionerRole/9452\">PractitionerRole/9452</a></p><p><b>note</b>: </p><blockquote><div><p>This is an example of a laboratory analysis service request.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "value" : "152345"
    }
  ],
  "basedOn" : [
    {
      "reference" : "ServiceRequest/12345"
    }
  ],
  "requisition" : {
    "value" : "8dUEj34hwkDNd"
  },
  "status" : "draft",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        },
        {
          "system" : "http://cambio.codes/vs/laboratory-service-request-category-value-set",
          "code" : "55284006",
          "display" : "Chemical method"
        }
      ]
    }
  ],
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://npu-terminology.org",
        "code" : "12345",
        "display" : "Example NPU Code for Laboratory Analysis"
      }
    ],
    "text" : "Example Laboratory Analysis Code"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "http://electronichealth.se/identifier/personnummer",
      "value" : "191212121212"
    }
  },
  "occurrenceDateTime" : "2023-10-01T12:00:00Z",
  "performer" : [
    {
      "reference" : "PractitionerRole/9452",
      "type" : "PractitionerRole"
    }
  ],
  "note" : [
    {
      "text" : "This is an example of a laboratory analysis service request."
    }
  ]
}