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

FHIR IG analytics

Packageihe.qrph.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

version: versionId: id (PrimitiveType/Patient.meta.versionId): element = id -> versionId=id[12]; Last updated: 2023-08-29 06:04:42+0000

Profile: Patient - Decedent Fetus - Vital Records

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


Deceased:trueMultiple Birth:3
Patient Birth PlaceAnn Arbor MI 48103
US Core Birth Sex ExtensionF
Extension - Patient Fetal Death - Vital RecordsSNOMED CT (all versions) 276507005: Fetal death (event)

Source1

{
  "resourceType": "Patient",
  "id": "patient-decedent-fetus-not-named",
  "meta": {
    "versionId": "12",
    "lastUpdated": "2023-08-29T06:04:42.739Z",
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-decedent-fetus-vr"
    ]
  },
  "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"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-patient-fetal-death-vr",
      "valueCoding": {
        "system": "http://snomed.info/sct",
        "code": "276507005",
        "display": "Fetal death (event)"
      }
    }
  ],
  "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": "UNK",
      "_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,
  "multipleBirthInteger": 3
}