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

FHIR IG analytics

Packageiknl.fhir.r4.pzp
Resource TypeEncounter
IdEncounter-F1-ACP-Encounter-01-10-2020.json
FHIR VersionR4

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: Encounter F1-ACP-Encounter-01-10-2020

Profile: Encounter

identifier: Resource identifier/64627bfa-a127-4d3a-8187-39426d7937dc

status: Finished

class: ActCode: IMP (inpatient encounter)

subject: Patient, Hendrik Hartman

participant

individual: Healthcare professional (role), van Huissen

participant

individual: ContactPerson, Michiel Hartman

period: 2020-10-01 --> 2020-10-01

reasonReference: Procedure, ACP


Source1

{
  "resourceType": "Encounter",
  "id": "F1-ACP-Encounter-01-10-2020",
  "meta": {
    "profile": [
      "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "RI",
            "display": "Resource identifier"
          }
        ]
      },
      "system": "https://acme.com/fhir/NamingSystem/resource-business-identifier",
      "value": "64627bfa-a127-4d3a-8187-39426d7937dc"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "subject": {
    "reference": "Patient/F1-ACP-Patient-HendrikHartman",
    "display": "Patient, Hendrik Hartman"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/F1-ACP-HealthProfessional-PractitionerRole-DrVanHuissen",
        "type": "PractitionerRole",
        "display": "Healthcare professional (role), van Huissen"
      }
    },
    {
      "individual": {
        "reference": "RelatedPerson/F1-ACP-ContactPerson-MichielHartman",
        "type": "RelatedPerson",
        "display": "ContactPerson, Michiel Hartman"
      }
    }
  ],
  "period": {
    "start": "2020-10-01",
    "end": "2020-10-01"
  },
  "reasonReference": [
    {
      "reference": "Procedure/F1-ACP-Procedure-01-10-2020",
      "display": "Procedure, ACP"
    }
  ]
}