Codes, extension, profiles and more
1.0.0 - ci-build Norway flag

Codes, extension, profiles and more - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: hn-basis-serviceRequest-example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "hn-basis-serviceRequest-example",
  "meta" : {
    "profile" : [
      🔗 "http://helsenorge.no/fhir/StructureDefinition/hn-basis-serviceRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest hn-basis-serviceRequest-example</b></p><a name=\"hn-basis-serviceRequest-example\"> </a><a name=\"hchn-basis-serviceRequest-example\"> </a><a name=\"hn-basis-serviceRequest-example-no-NO\"> </a><p><b>identifier</b>: <code>http://helsenorge.no/fhir/identifiers/uuid</code>/cdeaceeb-4119-42c6-8a3a-b8d495970cb9</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 1269515004}, {http://snomed.info/sct 719410009}\">Face to face consultation with patient</span></p><p><b>priority</b>: Routine</p><p><b>subject</b>: Identifier: <code>urn:oid:2.16.578.1.12.4.1.4.1</code>/12345678901</p><p><b>occurrence</b>: 2023-11-15 09:00:00+0000 --&gt; 2023-11-20 15:30:00+0000</p><p><b>performerType</b>: <span title=\"Codes:{urn:oid:2.16.578.1.12.4.1.1.9060 LE}\">Lege</span></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 49436004}\">Atrial fibrillation</span></p><p><b>note</b>: Jeg har fått beskjed om at jeg trenger regelmessig oppfølging på grunn av hjertetilstanden min og ønsker meg time på legesenteret eller via vidoe konultasjon</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://helsenorge.no/fhir/identifiers/uuid",
      "value" : "cdeaceeb-4119-42c6-8a3a-b8d495970cb9"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "1269515004",
          "display" : "Face to face consultation with patient"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "719410009",
          "display" : "Consultation via video conference"
        }
      ]
    }
  ],
  "priority" : "routine",
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "urn:oid:2.16.578.1.12.4.1.4.1",
      "value" : "12345678901"
    }
  },
  "occurrencePeriod" : {
    "start" : "2023-11-15T09:00:00Z",
    "end" : "2023-11-20T15:30:00Z"
  },
  "performerType" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.578.1.12.4.1.1.9060",
        "code" : "LE",
        "display" : "Lege"
      }
    ]
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "49436004",
          "display" : "Atrial fibrillation"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Jeg har fått beskjed om at jeg trenger regelmessig oppfølging på grunn av hjertetilstanden min og ønsker meg time på legesenteret eller via vidoe konultasjon"
    }
  ]
}