FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeSchedule
IdSchedule-Schedule-Lab.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Schedule Schedule-Lab

identifier: Uniform Resource Identifier (URI)/urn:uuid:50aa673f-3456-4855-9eec-5f1aea3966a7

serviceType: Lab

actor: Lab på legekontoret (Identifier: urn:oid:2.16.578.1.12.4.1.1.9051/3546c8f7-3cd3-4693-929e-66501642504c)

comment: Lab tilbyr blodprøver og andre tester hver dag fra 10-15


Source1

{
  "resourceType": "Schedule",
  "id": "Schedule-Lab",
  "meta": {
    "profile": [
      "http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:50aa673f-3456-4855-9eec-5f1aea3966a7"
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.578.1.12.4.1.1.7617",
          "code": "Lab"
        }
      ]
    }
  ],
  "actor": [
    {
      "type": "HealthcareService",
      "identifier": {
        "system": "urn:oid:2.16.578.1.12.4.1.1.9051",
        "value": "3546c8f7-3cd3-4693-929e-66501642504c"
      },
      "display": "Lab på legekontoret"
    }
  ],
  "comment": "Lab tilbyr blodprøver og andre tester hver dag fra 10-15"
}