Swedish FHIR group common profiles

1.0.2 - ci-build  flag

Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions

: minimal-servicerequest - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "minimal-servicerequest",
  "meta" : {
    "profile" : [
      🔗 "https://commonprofiles.care/fhir/StructureDefinition/ServiceRequestSelfReferralSECommonsLite"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest minimal-servicerequest</b></p><a name=\"minimal-servicerequest\"> </a><a name=\"hcminimal-servicerequest\"> </a><a name=\"minimal-servicerequest-sv-SE\"> </a><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-maximal-patient.html\">Kalle Krank (official) Male, DoB: 1912-12-12 ( http://electronichealth.se/identifier/nationelltReservnumer#198010101010\u00a0(use:\u00a0official,\u00a0period:\u00a01980-01-01 --&gt; (ongoing)))</a></p><p><b>authoredOn</b>: 2024-04-26</p><p><b>performer</b>: <a href=\"Organization-maximal-organization.html\">Organization Svenska Vårdcentralen</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 422400008}\">kräkning</span></p></div>"
  },
  "status" : "draft",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/maximal-patient"
  },
  "authoredOn" : "2024-04-26",
  "performer" : [
    {
      🔗 "reference" : "Organization/maximal-organization"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "422400008",
          "display" : "kräkning"
        }
      ]
    }
  ]
}