FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Encounter |
| Id | Encounter-pcp-encounter-example-4.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
}