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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi.r4
Resource TypeRelatedPerson
IdRelatedPerson-Example-Smith-Johnson-Notary1.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

Notary

Charles Xavier


Source1

{
  "resourceType": "RelatedPerson",
  "id": "Example-Smith-Johnson-Notary1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "name": [
    {
      "text": "Xavier, Charles",
      "family": "Xavier",
      "given": [
        "Charles"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "Chales@example.com",
      "use": "work"
    }
  ]
}