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

FHIR IG analytics

Packageee.fhir.ahd
Resource TypeRelatedPerson
IdRelatedPerson-ahd-witness-example.json
FHIR VersionR5

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: RelatedPerson ahd-witness-example

Profile: Tunnistaja

identifier: https://fhir.ee/sid/pid/est/ni/48901010011

active: true

patient: Pauliine Jänes (official) (no stated gender), DoB Unknown ( https://fhir.ee/sid/pid/est/ni#49406240016)

relationship: contact, Social worker

name: Jaan Tamm (Official)

period: 2026-04-01 --> (ongoing)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "ahd-witness-example",
  "meta": {
    "profile": [
      "https://fhir.ee/ahd/StructureDefinition/ahd-witness"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/est/ni",
      "value": "48901010011"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/200"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
          "code": "CON",
          "display": "contact"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "106328005",
          "display": "Social worker"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Tamm",
      "given": [
        "Jaan"
      ]
    }
  ],
  "period": {
    "start": "2026-04-01"
  }
}