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

FHIR IG analytics

Packageorg.helex.ccm
Resource TypeCareTeam
IdCareTeam-care-team-ccm-example.json
FHIR VersionR5

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: CareTeam care-team-ccm-example

Profile: CareTeamCcm

status: Active

subject: Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)

period: 2023-10-01 --> (ongoing)

Participants

-RoleMemberOnBehalfOfCoverage[x]
*Care coordinatorPractitioner Liina Lind Organization Narva Haigla SA2023-10-01 --> (ongoing)

Source1

{
  "resourceType": "CareTeam",
  "id": "care-team-ccm-example",
  "meta": {
    "profile": [
      "http://helex.org/ig/ccm/StructureDefinition/care-team-ccm"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "subject": {
    "reference": "Patient/patient-ccm-example"
  },
  "period": {
    "start": "2023-10-01"
  },
  "participant": [
    {
      "role": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "309343006",
            "display": "Care coordinator"
          }
        ]
      },
      "member": {
        "reference": "Practitioner/practitioner-ccm-example"
      },
      "onBehalfOf": {
        "reference": "Organization/organization-ccm-example"
      },
      "coveragePeriod": {
        "start": "2023-10-01"
      }
    }
  ]
}