FHIR IG analytics| Package | hl7.fhir.us.phcp |
| Resource Type | Encounter |
| Id | Encounter-phcp-encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
identifier: id: urn:uuid:c4177b05-906f-4b38-aba5-330f2520db27
status: planned
class: ambulatory
type: Follow-up visit
period: Dec 25, 2016 8:00:00 AM --> Dec 25, 2016 8:00:00 AM
{
"resourceType": "Encounter",
"id": "phcp-encounter-example",
"meta": {
"versionId": "2",
"lastUpdated": "2020-12-08T07:38:58.626+00:00",
"source": "#kgzXullTMIbsTHfI",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter",
"http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:c4177b05-906f-4b38-aba5-330f2520db27"
}
],
"status": "planned",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185389009",
"display": "Follow-up visit"
}
]
}
],
"subject": {
"reference": "Patient/phcp-patient-example"
},
"period": {
"start": "2016-12-25T13:00:00.000+05:00",
"end": "2016-12-25T13:00:00.000+05:00"
}
}