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

FHIR IG analytics

Packagejp-core.r4
Resource TypeEncounter
IdEncounter-jp-encounter-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "jp-encounter-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Encounter"
    ]
  },
  "status": "finished",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
  },
  "subject": {
    "reference": "Patient/jp-patient-example-1",
    "display": "山田 太郎"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/jp-practitioner-example-female-1",
        "display": "東京 春子"
      }
    }
  ],
  "period": {
    "start": "2022-05-08T13:08:24+09:00",
    "end": "2022-05-08T13:23:24+09:00"
  },
  "serviceProvider": {
    "reference": "Organization/jp-organization-example-clinic",
    "display": "太郎花子クリニック"
  }
}