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

FHIR IG analytics

Packagehl7.fhir.us.cardx-htn
Resource TypePatient
IdPatient-patient-example-Jake-Donald.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

Jake M. Donald male, DoB: 1997-12-12 ( Medical Record Number: 1032890 (use: USUAL))


Active:true
Contact Details:

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-Jake-Donald",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://example.org",
            "code": "MR",
            "display": "Medical record number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://hospital.smarthealthit.org",
      "value": "1032890"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Donald",
      "given": [
        "Jake",
        "M."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "333-777-1234",
      "use": "home"
    },
    {
      "system": "email",
      "value": "jake.donald@example.com"
    }
  ],
  "gender": "male",
  "birthDate": "1997-12-12",
  "address": [
    {
      "line": [
        "49 South St"
      ],
      "city": "Baltimore",
      "state": "MD",
      "postalCode": "74047",
      "country": "US"
    }
  ]
}