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

FHIR IG analytics

Packagech.fhir.ig.ch-epreg
Resource TypeRelatedPerson
IdRelatedPerson-UC1-RelatedPerson-BiologicalFather.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

Generated Narrative: RelatedPerson UC1-RelatedPerson-BiologicalFather

Language: de-CH

Patient Citizenship

  • code: Switzerland

patient: Anonymous Patient Female, DoB Unknown ( Patient internal identifier: A)

relationship: Natural father (person)

name: Pierre Kinderlieb

birthDate: 1987-07-21

Communications

-Language
*German (Switzerland)

Source1

{
  "resourceType": "RelatedPerson",
  "id": "UC1-RelatedPerson-BiologicalFather",
  "language": "de-CH",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CH",
                "display": "Switzerland"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "patient": {
    "reference": "Patient/UC1-Child"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "9947008",
          "display": "Natural father (person)"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Kinderlieb",
      "given": [
        "Pierre"
      ]
    }
  ],
  "birthDate": "1987-07-21",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de-CH",
            "display": "German (Switzerland)"
          }
        ]
      }
    }
  ]
}