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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pct
Resource TypePatient
IdPatient-patient1001.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 Betterhalf female, DoB: 1955-07-23 ( http://example.com/identifiers/patient/1001)


Marital Status:unmarried
Contact Details:
  • ph: 781-949-4949(MOBILE)
  • 222 Burlington Road, Bedford MA 01730
Language:English (United States) (preferred)

Source1

{
  "resourceType": "Patient",
  "id": "patient1001",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|7.0.0"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/identifiers/patient",
      "value": "1001"
    }
  ],
  "name": [
    {
      "text": "Eve Betterhalf",
      "family": "Betterhalf",
      "given": [
        "Eve"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "781-949-4949",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1955-07-23",
  "address": [
    {
      "text": "222 Burlington Road, Bedford MA 01730"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en-US",
            "display": "English (United States)"
          }
        ]
      },
      "preferred": true
    }
  ]
}