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 team - JSON Representation

Raw json | Download

{
  "resourceType" : "CareTeam",
  "id" : "example-careteam",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam example-careteam</b></p><a name=\"example-careteam\"> </a><a name=\"hcexample-careteam\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Tverrfaglig oppfølgingsteam Bydel Grünerløkka</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen  Female, DoB: 1948-09-12</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:\">Koordinator</span></p><p><b>member</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:\">Fysioterapeut</span></p><p><b>member</b>: <a href=\"PractitionerRole-example-practitionerrole-physio.html\">PractitionerRole</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:\">Ergoterapeut</span></p><p><b>member</b>: <a href=\"PractitionerRole-example-practitionerrole-ergo.html\">PractitionerRole</a></p></blockquote><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Oslo kommune, Bydel Grünerløkka, Hjemmetjenesten</a></p></div>"
  },
  "status" : "active",
  "name" : "Tverrfaglig oppfølgingsteam Bydel Grünerløkka",
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "participant" : [
    {
      "role" : [
        {
          "text" : "Koordinator"
        }
      ],
      "member" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole"
      }
    },
    {
      "role" : [
        {
          "text" : "Fysioterapeut"
        }
      ],
      "member" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole-physio"
      }
    },
    {
      "role" : [
        {
          "text" : "Ergoterapeut"
        }
      ],
      "member" : {
        🔗 "reference" : "PractitionerRole/example-practitionerrole-ergo"
      }
    }
  ],
  "managingOrganization" : [
    {
      🔗 "reference" : "Organization/example-organization"
    }
  ]
}