FHIR IG analytics| Package | fhir.argonaut.questionnaire |
| Resource Type | Encounter |
| Id | Encounter-encounter1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: encounter1
meta:
identifier: 1234
status: finished
class: ambulatory (Details: http://hl7.org/fhir/v3/ActCode code AMB = 'ambulatory', stated as 'null')
type: Assessment of history of substance abuse (procedure) (Details : {SNOMED CT code '370776007' = 'Assessment of history of substance abuse (procedure)', given as 'Assessment of history of substance abuse (procedure)'})
subject: Generated Summary: id: subject1; 1234; active; John M Doe ; gender: male; birthDate: 19/06/1964
| - | Individual |
| * | Generated Summary: id: prov-admin1; 999123456; active; Jane M Healer ; English |
period: 13/02/2019 12:00:00 AM --> 14/02/2019 12:00:00 AM
reason: Assessment of history of substance abuse (procedure) (Details : {SNOMED CT code '370776007' = 'Assessment of history of substance abuse (procedure)', given as 'Assessment of history of substance abuse (procedure)'})
{
"resourceType": "Encounter",
"id": "encounter1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://acme.org/enc-ids",
"value": "1234"
}
],
"status": "finished",
"class": {
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "AMB"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "370776007",
"display": "Assessment of history of substance abuse (procedure)"
}
],
"text": "Assessment of history of substance abuse (procedure)"
}
],
"subject": {
"reference": "Patient/subject1"
},
"participant": [
{
"individual": {
"reference": "Practitioner/prov-admin1"
}
}
],
"period": {
"start": "2019-02-13",
"end": "2019-02-14"
},
"reason": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "370776007",
"display": "Assessment of history of substance abuse (procedure)"
}
],
"text": "Assessment of history of substance abuse (procedure)"
}
]
}