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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeProcedure
IdProcedure-15662.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": "15662",
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "43204002",
        "display": "Bilateral mammography (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-6492",
    "display": "Renee Yu Cabrera"
  },
  "context": {
    "reference": "Encounter/Encounter-258",
    "display": "Pediatric and Adult Medicine"
  },
  "performedPeriod": {
    "start": "2018-04-02T09:36:36-04:00",
    "end": "2018-04-02T09:36:36-04:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/Practitioner-2529",
        "display": "Stanley Floyd Nielsen MD"
      }
    }
  ],
  "location": {
    "reference": "Location/Location-1102",
    "display": "Pediatric and Adult Medicine"
  }
}