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

FHIR IG analytics

Packagehl7.fhir.us.healthedata1-sandbox
Resource TypePatient
IdPatient-patient-healthcare-agent-primary-first.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-healthcare-agent-primary-first

Walter Carter (no stated gender), DoB: 1938-11-04 ( Medical Record Number: 1099502 (use: usual, ))


Active:true
Contact Detail
  • ph: 555-555-3301(Home)
  • 78 SYCAMORE LN EVERYTOWN OK 74047 US
Primary healthcare agent [Reported]:
First alternate healthcare agent [Reported]:
  • Ethan Baxter (Official)
  • ph: 555-555-2150(Mobile)

Source1

{
  "resourceType": "Patient",
  "id": "patient-healthcare-agent-primary-first",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Patient With Primary And First Alternate Healthcare Agents Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This example of a *US Core Patient Profile* illustrates the use of repeating `Patient.contact` elements to record both a primary Healthcare Agent and a first alternate Healthcare Agent for the patient."
      }
    ],
    "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://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://example.org/patient/identifiers",
      "value": "1099502"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "family": "Carter",
      "given": [
        "Walter"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-3301",
      "use": "home"
    }
  ],
  "birthDate": "1938-11-04",
  "address": [
    {
      "line": [
        "78 SYCAMORE LN"
      ],
      "city": "EVERYTOWN",
      "state": "OK",
      "postalCode": "74047",
      "country": "US"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "75783-1",
              "display": "Primary healthcare agent [Reported]"
            }
          ],
          "text": "75783-1 (LOINC): Primary healthcare agent [Reported]"
        }
      ],
      "name": {
        "use": "official",
        "family": "van Putten",
        "given": [
          "Sarah"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-5555",
          "use": "home"
        },
        {
          "system": "email",
          "value": "sarah.vanputten@example.com",
          "use": "home"
        }
      ]
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "75784-9",
              "display": "First alternate healthcare agent [Reported]"
            }
          ],
          "text": "75784-9 (LOINC): First alternate healthcare agent [Reported]"
        }
      ],
      "name": {
        "use": "official",
        "family": "Baxter",
        "given": [
          "Ethan"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "555-555-2150",
          "use": "mobile"
        }
      ]
    }
  ]
}