FHIR IG analytics| Package | csiro.fhir.au.smartforms |
| Resource Type | Encounter |
| Id | Encounter-health-check-pat-sf.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter health-check-pat-sf
Profiles: AU Core Encounter, Smart Health Checks Encounter
status: In Progress
class: ActCode: AMB (ambulatory)
serviceType: General practice service
subject: Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --> 2024-08))
period: 2025-02-10 09:20:00+1000 --> (ongoing)
reasonCode: Nail wound of sole of foot
{
"resourceType": "Encounter",
"id": "health-check-pat-sf",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter",
"https://smartforms.csiro.au/ig/StructureDefinition/SHCEncounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "788007007",
"display": "General practice service"
}
]
},
"subject": {
"reference": "Patient/pat-sf",
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MC",
"display": "Patient's Medicare Number"
}
],
"text": "Medicare Number"
},
"system": "http://ns.electronichealth.net.au/id/medicare-number",
"value": "69514496771"
}
},
"period": {
"start": "2025-02-10T09:20:00+10:00"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "283680004",
"display": "Nail wound of sole of foot"
}
]
}
]
}