FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Encounter |
| Id | Encounter-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter example-1
Last updated: 2024-01-28 16:06:21-0800
US Core Interpreter Needed Extension: SNOMED CT: 373066001 (Yes (qualifier value))
status: finished
class: ActCode: AMB (ambulatory)
type: Office Visit
subject: Amy V. Baxter (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))
period: 2015-11-01 17:00:14-0500 --> 2015-11-01 18:00:14-0500
| Location |
| Holy Family Hospital |
{
"resourceType": "Encounter",
"id": "example-1",
"meta": {
"lastUpdated": "2024-01-28T16:06:21-08:00",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|9.0.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-interpreter-needed",
"valueCoding": {
"system": "http://snomed.info/sct",
"code": "373066001"
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99211"
}
],
"text": "Office Visit"
}
],
"subject": {
"reference": "Patient/example"
},
"period": {
"start": "2015-11-01T17:00:14-05:00",
"end": "2015-11-01T18:00:14-05:00"
},
"location": [
{
"location": {
"reference": "Location/hospital",
"display": "Holy Family Hospital"
}
}
]
}