FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeProcedure
IdProcedure-au-core-procedure-conformant.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure au-core-procedure-conformant

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.


Source1

{
  "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."
    }
  ]
}