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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeProcedure
IdProcedure-procedure-postnatal-echo-example.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 procedure-postnatal-echo-example

status: Completed

code: Postnatal echo

subject: Child Patient

performed: 2024-02-12 12:45:00-0700


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-postnatal-echo-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/Procedure-post-natal-echo"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes",
        "code": "postnatalecho",
        "display": "Postnatal echo"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PatientChildExample",
    "display": "Child Patient"
  },
  "performedDateTime": "2024-02-12T12:45:00-07:00"
}