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

FHIR IG analytics

Packagetw.mirdc.dental
Resource TypeEncounter
IdEncounter-Dental-encounter-example.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 Dental-encounter-example

identifier: https://dental-ig.fhir.tw/identifier/encounter/ENC-20250101-001

status: Finished

class: ActCode: AMB (ambulatory)

serviceType: Dentistry

subject: 王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier: A123456789)

Participants

-TypeIndividual
*primary performerPractitioner 李醫師

period: 2025-01-01 09:00:00+0800 --> 2025-01-01 09:30:00+0800

serviceProvider: Organization 幸福牙醫中心


Source1

{
  "resourceType": "Encounter",
  "id": "Dental-encounter-example",
  "meta": {
    "profile": [
      "http://dental-ig.fhir.tw/StructureDefinition/Encounter-twdental"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://dental-ig.fhir.tw/identifier/encounter",
      "value": "ENC-20250101-001"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "serviceType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "722163006",
        "display": "Dentistry"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Dental-patient-example"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/Dental-practitioner-example"
      }
    }
  ],
  "period": {
    "start": "2025-01-01T09:00:00+08:00",
    "end": "2025-01-01T09:30:00+08:00"
  },
  "serviceProvider": {
    "reference": "Organization/Dental-organization-example"
  }
}