FHIR implementasjonsguide for norsk kommunesektor
0.1.0 - ci-build
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
{
"resourceType" : "Encounter",
"id" : "example-encounter",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter example-encounter</b></p><a name=\"example-encounter\"> </a><a name=\"hcexample-encounter\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:\">Hjemmebesok</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Ola Nordmann Male, DoB: 1970-01-01</a></p><p><b>period</b>: 2026-01-15 10:00:00+0100 --> 2026-01-15 10:45:00+0100</p></div>"
},
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"text" : "Hjemmebesok"
}
],
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"period" : {
"start" : "2026-01-15T10:00:00+01:00",
"end" : "2026-01-15T10:45:00+01:00"
}
}