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

FHIR IG analytics

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

Generated Narrative: Patient patient-odh-maya-gordon

Maya L Gordon Female, DoB: 1980-04-20 ( Medical Record Number: 1032702 (use: usual, ))


Active:true
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "patient-odh-maya-gordon",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}