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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-htn-mng
Resource TypePatient
IdPatient-patient-example-Sally-Sue.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-example-Sally-Sue

Sally V. Sue Female, DoB: 1954-02-20 ( Medical Record Number: 1032702 (use: usual, ))


Active:true
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "patient-example-Sally-Sue",
  "meta": {
    "security": [
      {
        "system": "http://example.org",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  },
  "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": "1032702"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Sue",
      "given": [
        "Sally",
        "V."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "email",
      "value": "sally.sue@example.com"
    }
  ],
  "gender": "female",
  "birthDate": "1954-02-20",
  "address": [
    {
      "line": [
        "49 Meadow St"
      ],
      "city": "Mounds",
      "state": "MD",
      "postalCode": "74047",
      "country": "US"
    }
  ]
}