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

FHIR IG analytics

Packagehl7.fhir.us.vrdr
Resource TypePatient
IdPatient-DecedentUT-Example1.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 DecedentUT-Example1

Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)


Marital Status:Never Married
Contact Detail2722 N Pin Oak Dr Laramie WY 82070 US
NVSS SexAtDeathMale
Patient Birth PlaceCO US (old)

Source1

{
  "resourceType": "Patient",
  "id": "DecedentUT-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "male",
            "display": "Male"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "use": "old",
        "state": "CO",
        "country": "US"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SS"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "429471420"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Lineberry",
      "given": [
        "Davis"
      ],
      "suffix": [
        "Jr"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2021-03-04",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/StreetNumber",
          "valueString": "2722"
        },
        {
          "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/PreDirectional",
          "valueString": "N"
        },
        {
          "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/StreetName",
          "valueString": "Pin Oak"
        },
        {
          "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/StreetDesignator",
          "valueString": "Dr"
        },
        {
          "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-within-city-limits-indicator-vr",
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "Y",
            "display": "Yes"
          }
        }
      ],
      "line": [
        "2722 N Pin Oak Dr"
      ],
      "city": "Laramie",
      "_city": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/CityCode",
            "valuePositiveInt": 45050
          }
        ]
      },
      "district": "Albany",
      "_district": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/DistrictCode",
            "valuePositiveInt": 1
          }
        ]
      },
      "state": "WY",
      "postalCode": "82070",
      "country": "US"
    }
  ],
  "maritalStatus": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/BypassEditFlag",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/vr-common-library/CodeSystem/CodeSystem-vr-edit-flags",
              "code": "0",
              "display": "Edit Passed"
            }
          ]
        }
      }
    ],
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "S",
        "display": "Never Married"
      }
    ]
  }
}