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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeEncounter
IdEncounter-connectdtx-encounter-imp-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

Resource Encounter "connectdtx-encounter-imp-example"

Profile: ConnectDTx Encounter

status: in-progress

class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'null')

subject: Patient/connectdtx-patient-example ""

Participants

-Individual
*PractitionerRole/connectdtx-practitionerrole-example

period: 2000-01-01 00:00:00+0900 --> (ongoing)

serviceProvider: Organization/connectdtx-organization-example "파이종합병원"


Source1

{
  "resourceType": "Encounter",
  "id": "connectdtx-encounter-imp-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP"
  },
  "subject": {
    "reference": "Patient/connectdtx-patient-example"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/connectdtx-practitionerrole-example"
      }
    }
  ],
  "period": {
    "start": "2000-01-01T00:00:00+09:00"
  },
  "serviceProvider": {
    "reference": "Organization/connectdtx-organization-example"
  }
}