HL7 Norway
FHIR Implementation Guide for the Norwegian Municipal Sector
Shared starting point for understanding and consistent use of FHIR in municipal health and care services.
Norwegian

FHIR Implementation Guide for the Norwegian Municipal Sector
0.2.0 - ci-build NO

FHIR Implementation Guide for the Norwegian Municipal Sector - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example team - XML Representation

Raw xml | Download


<CareTeam xmlns="http://hl7.org/fhir">
  <id value="example-careteam"/>
  <text>
    <status value="generated"/>
    <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>: Multidisciplinary follow-up team, Grünerløkka district</p><p><b>subject</b>: <a href="Patient-example-patient.html">Kari Hansen  Female, DoB: 1948-09-12 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:">Coordinator</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:">Physiotherapist</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:">Occupational therapist</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 municipality, Grünerløkka district, Home Care Service</a></p></div>
  </text>
  <status value="active"/>
  <name value="Multidisciplinary follow-up team, Grünerløkka district"/>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <participant>
    <role>
      <text value="Coordinator"/>
    </role>
    <member>🔗 
      <reference value="PractitionerRole/example-practitionerrole"/>
    </member>
  </participant>
  <participant>
    <role>
      <text value="Physiotherapist"/>
    </role>
    <member>🔗 
      <reference value="PractitionerRole/example-practitionerrole-physio"/>
    </member>
  </participant>
  <participant>
    <role>
      <text value="Occupational therapist"/>
    </role>
    <member>🔗 
      <reference value="PractitionerRole/example-practitionerrole-ergo"/>
    </member>
  </participant>
  <managingOrganization>🔗 
    <reference value="Organization/example-organization"/>
  </managingOrganization>
</CareTeam>