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

FHIR IG analytics

Packagehl7.fhir.us.vr-common-library
Resource TypePatient
IdPatient-patient-fetal-death-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: Patient patient-fetal-death-example

Jones Female, DoB: 2019-01-09 ( Medical Record Number: 9932702 (use: usual, ))


Deceased:trueMultiple Birth:3

Source1

{
  "resourceType": "Patient",
  "id": "patient-fetal-death-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://hospital.smarthealthit.org",
      "value": "9932702"
    }
  ],
  "name": [
    {
      "family": "Jones"
    }
  ],
  "gender": "female",
  "birthDate": "2019-01-09",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "2019-01-09T18:23:00-07:00"
      }
    ]
  },
  "deceasedBoolean": true,
  "_deceasedBoolean": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-patient-fetal-death-vr",
        "valueBoolean": true
      }
    ]
  },
  "multipleBirthInteger": 3
}