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

: ServiceRequestMicrobiology Example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "229017",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/ServiceRequestMicrobiology"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest 229017</b></p><a name=\"229017\"> </a><a name=\"hc229017\"> </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-ServiceRequestMicrobiology.html\">ServiceRequestMicrobiology</a></p></div><p><b>identifier</b>: ?ngen-9?</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: <a href=\"Patient/12408\">Patient/12408</a></p><p><b>authoredOn</b>: 2022-05-04 15:04:00+0200</p><p><b>requester</b>: <a href=\"#hc229017/9452\">PractitionerRole</a></p><p><b>performer</b>: <a href=\"Organization/18102\">Organization/18102</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #9452</b></p><a name=\"229017/9452\"> </a><a name=\"hc229017/9452\"> </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-PractitionerRoleLiteSe.html\">PractitionerRoleLiteSe</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner/29981\">Practitioner/29981</a></p><p><b>organization</b>: <a href=\"Organization/1077\">Organization/1077</a></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "PractitionerRole",
      "id" : "9452",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.cambio.se/StructureDefinition/PractitionerRoleLiteSe/v1"
        ]
      },
      "practitioner" : {
        "reference" : "Practitioner/29981",
        "type" : "Practitioner"
      },
      "organization" : {
        "reference" : "Organization/1077",
        "type" : "Organization"
      }
    }
  ],
  "identifier" : [
    {
      "id" : "0000000009"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "108252007",
          "display" : "Laboratory procedure"
        }
      ]
    }
  ],
  "priority" : "routine",
  "subject" : {
    "reference" : "Patient/12408",
    "type" : "Patient"
  },
  "authoredOn" : "2022-05-04T15:04:00+02:00",
  "requester" : {
    "reference" : "#9452",
    "type" : "PractitionerRole"
  },
  "performer" : [
    {
      "reference" : "Organization/18102",
      "type" : "Organization"
    }
  ]
}