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

FHIR IG analytics

Packageihe.qrph.ccg
Resource TypeEncounter
IdEncounter-Encounter-1234567.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 Encounter-1234567

identifier: http://example.org/ids/Encounter-1234567

status: In Progress

class: ActCode HH: home health

type: Outpatient procedure (procedure)

priority: Normal Priority

subject: Iosefa Test-Fuimaono Male, DoB: 1950-07-04 ( https://example.org/ids#ZKT9319)

Participants

-TypeIndividual
*primary performerPractitioner Doctor Doctor

period: 2024-02-18 --> (ongoing)

Locations

-Location
*Location Example Location

serviceProvider: Organization Example Organization


Source1

{
  "resourceType": "Encounter",
  "id": "Encounter-1234567",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/ids",
      "value": "Encounter-1234567"
    }
  ],
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "HH"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "371883000",
          "display": "Outpatient procedure (procedure)"
        }
      ]
    }
  ],
  "priority": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394848005",
        "display": "Normal Priority"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ZKT9319"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/Practitioner-123"
      }
    }
  ],
  "period": {
    "start": "2024-02-18"
  },
  "location": [
    {
      "location": {
        "reference": "Location/Location-12"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/Organization-14"
  }
}