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

FHIR IG analytics

Packagehl7.fhir.us.ph-library
Resource TypePatient
IdPatient-us-ph-patient-eve-everywoman.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

Eve L Everywoman female, DoB: 1974-11-24 ( Medical Record Number: 1032702 (use: USUAL))


Active:trueDeceased:false
Contact Details:
Language:English
US Core Ethnicity Extension:
US Public Health Tribal Affiliation Extension:
  • TribeName: TribalEntityUS 91: Fort Mojave Indian Tribe of Arizona, California & Nevada
  • EnrolledTribeMember: true
US Core Birth Sex Extension:
  • F
US Core Race Extension:
Individual Gender Identity:
  • value: asked but unknown

Source1

{
  "resourceType": "Patient",
  "id": "us-ph-patient-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "text",
          "valueString": "White"
        },
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "extension": [
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        },
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2186-5",
            "display": "Not Hispanic or Latino"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "F"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
                "code": "ASKU",
                "display": "asked but unknown"
              }
            ],
            "text": "asked but unknown"
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
    },
    {
      "extension": [
        {
          "url": "TribeName",
          "valueCoding": {
            "system": "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
            "code": "91",
            "display": "Fort Mojave Indian Tribe of Arizona, California & Nevada"
          }
        },
        {
          "url": "EnrolledTribeMember",
          "valueBoolean": true
        }
      ],
      "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-tribal-affiliation-extension"
    }
  ],
  "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": "1032702"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Everywoman",
      "given": [
        "Eve",
        "L"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1-(404)555-1212",
      "use": "home"
    },
    {
      "system": "email",
      "value": "eve.everywoman@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1974-11-24",
  "deceasedBoolean": false,
  "address": [
    {
      "line": [
        "2222 Home Street"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999",
      "country": "US"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ]
}