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-ADIWitness1.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

Witness

Debra Johnson


Source1

{
  "resourceType": "RelatedPerson",
  "id": "Example-Smith-Johnson-ADIWitness1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Witness"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "AttesterRole",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "81369-1",
                "display": "First witness"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-notaryInformation-extension"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/Example-Smith-Johnson-Patient1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code": "WIT"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Johnson, Debra",
      "family": "Johnson",
      "given": [
        "Debra"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "DebraJohnson@example.org",
      "use": "home"
    }
  ]
}