FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Procedure |
| Id | Procedure-au-core-procedure-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure au-core-procedure-conformant
Profile: AU Core Procedure
status: Completed
code: Appendectomy
subject: Patient/patient-fixture
encounter: Frog Pond Clinic encounter
performed: 2020-06-15
reasonCode: Appendicitis
reasonReference: Frog test condition
note:
Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing.
{
"resourceType": "Procedure",
"id": "au-core-procedure-conformant",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "80146002",
"display": "Appendectomy"
}
]
},
"subject": {
"reference": "Patient/patient-fixture"
},
"encounter": {
"display": "Frog Pond Clinic encounter"
},
"performedDateTime": "2020-06-15",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "74400008",
"display": "Appendicitis"
}
]
}
],
"reasonReference": [
{
"display": "Frog test condition"
}
],
"note": [
{
"text": "Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing."
}
]
}