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

: ServiceRequestLabAnalysis Example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ServiceRequestLabAnalysisExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/ServiceRequestLabAnalysis"
    ]
  },
  "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\">Profile: <a href=\"StructureDefinition-ServiceRequestLabAnalysis.html\">ServiceRequestLabAnalysis</a></p></div><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 55284006}\">55284006</span></p><p><b>code</b>: <span title=\"Codes:{http://npu-terminology.org NPU01961}\">NPU01961</span></p><p><b>subject</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.3.1</code>/197001080000</p><p><b>performer</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.4.1</code>/SE0007343-01</p></div>"
  },
  "status" : "draft",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "55284006"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://npu-terminology.org",
        "code" : "NPU01961"
      }
    ]
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "urn:oid:1.2.752.129.2.1.3.1",
      "value" : "197001080000"
    }
  },
  "performer" : [
    {
      "type" : "Organization",
      "identifier" : {
        "system" : "urn:oid:1.2.752.129.2.1.4.1",
        "value" : "SE0007343-01"
      }
    }
  ]
}