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

FHIR IG analytics

Packageihe.iti.deid
Resource TypePatient
IdPatient-ex-Decedent-pandemicIPS-VRDR.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 ex-Decedent-pandemicIPS-VRDR

Patricia Jordana(official) Female, DoB: 1996-05-01 ( Social Beneficiary Identifier: United States Social Security Number#987654321)


Marital Status:Never Married
Contact Detail
  • ph: 07 850 9900(Mobile)
  • Grenzstraße Oberhausen 46045 GM (home)
Unknown:
  • Joe Smith
Links:
NVSS SexAtDeathFemale
Spouse Is AliveYes
Patient Birth PlaceRoanoke VA US

Source1

{
  "resourceType": "Patient",
  "id": "ex-Decedent-pandemicIPS-VRDR",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-decedent",
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr",
      "http://hl7.org/fhir/StructureDefinition/Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/SpouseAlive",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
            "code": "Y"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vrdr/StructureDefinition/NVSS-SexAtDeath",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "female",
            "display": "Female"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Roanoke",
        "state": "VA",
        "country": "US"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "987654321"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Patricia Jordana",
      "family": "Patricia",
      "given": [
        "Jordana"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "07 850 9900",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1996-05-01",
  "address": [
    {
      "use": "home",
      "line": [
        "Grenzstraße"
      ],
      "city": "Oberhausen",
      "postalCode": "46045",
      "country": "GM"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "S",
        "display": "Never Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "U"
            }
          ],
          "text": "Friend of family"
        }
      ],
      "name": {
        "text": "Joe Smith"
      }
    }
  ],
  "generalPractitioner": [
    {
      "reference": "http://example.org/Practitioner/ex-Practitioner-pandemicIPS-VRDR",
      "display": "Yaser, Joseph"
    }
  ]
}