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

FHIR IG analytics

Packagemedmij.fhir.nl.r4.dentalcare
Resource TypeEncounter
IdEncounter-DentalCare-Encounter-Jansen.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

Type contact: Second opinion
Patiƫnt: Anita Jansen
Begindatum: 2023-07-22T09:00:00+01:00
Einddatum: 2023-07-22T09:30:00+01:00
Status: Afgerond
Locatie: Vliegbasis Gilze-Rijen

Source1

{
  "resourceType": "Encounter",
  "id": "DentalCare-Encounter-Jansen",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "Ambulatory"
  },
  "type": [
    {
      "text": "Second opinion"
    }
  ],
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/DentalCare-PractitionerRole-De-Ruiter",
        "display": "D. de Ruiter, Tandarts"
      }
    }
  ],
  "period": {
    "start": "2023-07-22T09:00:00+01:00",
    "end": "2023-07-22T09:30:00+01:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/DentalCare-Location-Vliegbasis-Gilze-Rijen",
        "display": "Vliegbasis Gilze-Rijen"
      }
    }
  ]
}