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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeEncounter
IdEncounter-pcp-encounter-example-4.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 pcp-encounter-example-4

identifier: urn:oid:2.16.840.1.113883.19.5.1.698.8/40005104253 (use: usual, )

status: Finished

class: ActCode AMB: ambulatory

type: Primary care encounter

subject: James Wolff

period: 2024-02-15 12:02:00-0500 --> 2024-02-15 12:32:00-0500


Source1

{
  "resourceType": "Encounter",
  "id": "pcp-encounter-example-4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
      "value": "40005104253"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "737470001",
          "display": "Primary care management (procedure)"
        }
      ],
      "text": "Primary care encounter"
    }
  ],
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "period": {
    "start": "2024-02-15T12:02:00-05:00",
    "end": "2024-02-15T12:32:00-05:00"
  }
}