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

FHIR IG analytics

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

Nancy Smith


Source1

{
  "resourceType": "RelatedPerson",
  "id": "Example-Smith-Johnson-ADINotary2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Notary"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "relationship": [
    {
      "id": "5212468",
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code": "NOTARY"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Smith, Nancy",
      "family": "Smith",
      "given": [
        "Nancy"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "NancySmith@example.org",
      "use": "work"
    }
  ]
}