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

FHIR IG analytics

Packagehl7.fhir.us.vrdr
Resource TypeProcedure
IdProcedure-DeathCertification-Example2.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 DeathCertification-Example2

identifier: 180

status: Completed

code: Death certification

subject: Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)

performed: 2020-11-14 16:39:40-0500

Performers

-FunctionActor
*Death certification and verification by physician (procedure)Practitioner Jim Black (official)

Source1

{
  "resourceType": "Procedure",
  "id": "DeathCertification-Example2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "180"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "308646001",
        "display": "Death certification"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Decedent-Example1"
  },
  "performedDateTime": "2020-11-14T16:39:40-05:00",
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "434641000124105",
            "display": "Death certification and verification by physician (procedure)"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/Certifier-Example1"
      }
    }
  ]
}