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

FHIR IG analytics

Packagehl7.fhir.us.odh
Resource TypePatient
IdPatient-patient-odh-maya-gordon.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

id
patient-odh-maya-gordon
meta
versionId
13
lastUpdated
2019-10-11T03:45:24.000-04:00
profile
http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
us-core-race
  • White
  • urn:oid:2.16.840.1.113883.6.238
  • 2106-3
  • White
us-core-ethnicity
  • Not Hispanic or Latino
  • urn:oid:2.16.840.1.113883.6.238
  • 2186-5
  • Not Hispanic or Latino
us-core-birthsex
  • F
identifier
active
true
name
family
Gordon
given
Maya
given
L
telecom
system
phone
value
1-(404)555-1212
use
home
telecom
system
email
value
maya.gordon@example.com
gender
female
birthDate
1974-11-24
address
line
5102 Peachtree St NE
city
Atlanta
state
GA
postalCode
30302
country
US

Source1

{
  "resourceType": "Patient",
  "id": "patient-odh-maya-gordon",
  "meta": {
    "versionId": "10",
    "lastUpdated": "2023-01-18T06:25:01.054+00:00",
    "source": "#4LvzYCJBiu8tn231",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "text",
          "valueString": "White"
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2186-5",
            "display": "Not Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "F"
    }
  ],
  "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": "Gordon",
      "given": [
        "Maya",
        "L"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1-(404)555-1212",
      "use": "home"
    },
    {
      "system": "email",
      "value": "maya.gordon@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1980-04-20",
  "address": [
    {
      "line": [
        "5102 Peachtree St NE"
      ],
      "city": "Atlanta",
      "state": "GA",
      "postalCode": "30302",
      "country": "US"
    }
  ]
}