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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeRelatedPerson
IdRelatedPerson-relatedPerson-HowardThompson-01.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: RelatedPerson relatedPerson-HowardThompson-01

active: true

patient: Betsy Smith-Johnson

name: Thompson Howard (Official)

telecom: Mmoen+howardthompson@midirectives.com

address: The Vernon Center 9341 Agnes Street, Unit 114 Detroit MI 48214 (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedPerson-HowardThompson-01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/patient-betsysmith-johnson01",
    "display": "Betsy Smith-Johnson"
  },
  "name": [
    {
      "use": "official",
      "family": "Howard",
      "given": [
        "Thompson"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "Mmoen+howardthompson@midirectives.com"
    }
  ],
  "address": [
    {
      "use": "home",
      "line": [
        "The Vernon Center 9341 Agnes Street, Unit 114"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48214"
    }
  ]
}