HL7 Norway
FHIR implementasjonsguide for norsk kommunesektor
Felles startpunkt for forståelse og omforent bruk av FHIR i kommunal helse- og omsorgstjeneste.

FHIR implementasjonsguide for norsk kommunesektor
0.1.0 - ci-build NO

FHIR implementasjonsguide for norsk kommunesektor - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Eksempel telefonkontakt - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "example-encounter-phone",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.no/fhir/kommune/StructureDefinition/kommune-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter example-encounter-phone</b></p><a name=\"example-encounter-phone\"> </a><a name=\"hcexample-encounter-phone\"> </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-kommune-encounter.html\">KommuneKontakt</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-VR\">ActCode: VR</a> (virtual)</p><p><b>type</b>: <span title=\"Codes:\">Telefonkontakt med pasient og pårørende</span></p><p><b>serviceType</b>: <span title=\"Codes:\">Telefonisk oppfølging</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-example-episodeofcare.html\">EpisodeOfCare: status = active; type = ; period = 2026-01-13 --&gt; (ongoing)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-example-servicerequest.html\">ServiceRequest </a></p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:\">Koordinator</span></p><p><b>individual</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:\">Pårørende</span></p><p><b>individual</b>: <a href=\"RelatedPerson-example-relatedperson.html\">RelatedPerson Line Hansen </a></p></blockquote><p><b>period</b>: 2026-01-29 09:00:00+0100 --&gt; 2026-01-29 09:10:00+0100</p><p><b>reasonReference</b>: <a href=\"Condition-example-health-concern.html\">Helseutfordring etter hoftebrudd</a></p><p><b>serviceProvider</b>: <a href=\"Organization-example-organization.html\">Organization Oslo kommune, Bydel Grünerløkka, Hjemmetjenesten</a></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "VR"
  },
  "type" : [
    {
      "text" : "Telefonkontakt med pasient og pårørende"
    }
  ],
  "serviceType" : {
    "text" : "Telefonisk oppfølging"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "episodeOfCare" : [
    {
      🔗 "reference" : "EpisodeOfCare/example-episodeofcare"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/example-servicerequest"
    }
  ],
  "participant" : [
    {
      "type" : [
        {
          "text" : "Koordinator"
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole"
      }
    },
    {
      "type" : [
        {
          "text" : "Pårørende"
        }
      ],
      "individual" : {
        🔗 "reference" : "RelatedPerson/example-relatedperson"
      }
    }
  ],
  "period" : {
    "start" : "2026-01-29T09:00:00+01:00",
    "end" : "2026-01-29T09:10:00+01:00"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/example-health-concern",
      "display" : "Helseutfordring etter hoftebrudd"
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/example-organization"
  }
}