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

FHIR IG analytics

Packagehl7.fhir.uv.admin-incubator
Resource TypePersonalRelationship
IdPersonalRelationship-example.json
FHIR VersionR6

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: PersonalRelationship example

Language: en

source: Patient/example

relationshipType: wife

target: Patient/example

period: 2022-05-19 --> (ongoing)


Source1

{
  "resourceType": "PersonalRelationship",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/PersonalRelationship|0.1.0",
  "id": "example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "source": {
    "reference": "Patient/example"
  },
  "relationshipType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "WIFE"
      }
    ]
  },
  "target": {
    "reference": "Patient/example"
  },
  "period": [
    {
      "start": "2022-05-19"
    }
  ]
}