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

FHIR IG analytics

Packagefhir.hrsa.uds-plus
Resource TypeRelatedPerson
IdRelatedPerson-de-identified-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "RelatedPerson",
  "id": "de-identified-example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/de-identified-uds-plus-relatedperson"
    ]
  },
  "patient": {
    "reference": "Patient/de-identified-example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "FAMMEMB",
          "display": "family member"
        }
      ]
    }
  ]
}