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

FHIR IG analytics

Packagehl7.fhir.us.bfdr
Resource TypePatient
IdPatient-patient-decedent-fetus-not-named.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-decedent-fetus-not-named

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


Deceased:trueMultiple Birth:3
Reported Parent Age At Delivery Vital Records:
  • reportedAge: 34 a (Details: UCUM codea = 'a')
  • motherOrFather: mother
Reported Parent Age At Delivery Vital Records:
  • reportedAge: 35 a (Details: UCUM codea = 'a')
  • motherOrFather: father
Patient Birth PlaceAnn Arbor MI 48103
US Core Birth Sex ExtensionF

Source1

{
  "resourceType": "Patient",
  "id": "patient-decedent-fetus-not-named",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bfdr/StructureDefinition/Patient-decedent-fetus"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "F"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Ann Arbor",
        "state": "MI",
        "postalCode": "48103"
      }
    },
    {
      "extension": [
        {
          "url": "reportedAge",
          "valueQuantity": {
            "value": 34,
            "system": "http://unitsofmeasure.org",
            "code": "a"
          }
        },
        {
          "url": "motherOrFather",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "MTH",
                "display": "mother"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-reported-parent-age-at-delivery-vr"
    },
    {
      "extension": [
        {
          "url": "reportedAge",
          "valueQuantity": {
            "value": 35,
            "system": "http://unitsofmeasure.org",
            "code": "a"
          }
        },
        {
          "url": "motherOrFather",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "FTH",
                "display": "father"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-reported-parent-age-at-delivery-vr"
    }
  ],
  "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": [
    {
      "use": "official",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "not-applicable"
          }
        ]
      }
    }
  ],
  "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
}