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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeProcedure
IdProcedure-15647.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Procedure",
  "id": "15647",
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "TBD",
        "code": "TBD",
        "display": "TBD"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6489",
    "display": "Kathy Howell Ware"
  },
  "context": {
    "reference": "Encounter/Encounter-332",
    "display": "Windward General Hospital"
  },
  "performedPeriod": {
    "start": "2018-03-30T09:36:36-04:00",
    "end": "2018-03-30T09:36:36-04:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/Practitioner-2521",
        "display": "Heather Fuentes Guerra MD"
      }
    }
  ],
  "location": {
    "reference": "Location/Location-1001",
    "display": "Windward General Hospital"
  }
}