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

FHIR IG analytics

Packagemedmij.fhir.nl.stu3.longtermhealthcare
Resource TypeRelatedPerson
IdTimmerman-RelatedPerson-bglz-av-test.json
FHIR VersionR3

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

Johan Timmerman
+31645678912 (, mobile), jtimmerman@123net.nl (E-mail Privé)
Zoon

Source1

{
  "resourceType": "RelatedPerson",
  "id": "RelatedPerson-bglz-av-test-Timmerman",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson"
    ],
    "tag": [
      {
        "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
        "code": "7500",
        "display": "Thuiszorg, kruiswerk en gezinsverzorging"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson-role",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
            "code": "1",
            "display": "Eerste relatie/contactpersoon"
          }
        ]
      }
    }
  ],
  "patient": {
    "reference": "Patient/Patient-bglz-test-1-3",
    "display": "Maria XXX_Molog"
  },
  "relationship": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/RoleCode",
        "code": "SONC",
        "display": "Zoon"
      }
    ]
  },
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order",
          "valueCode": "NL1"
        }
      ],
      "text": "Johan Timmerman",
      "family": "Timmerman",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Timmerman"
          }
        ]
      },
      "given": [
        "Johan",
        "J.",
        "Han"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "IN"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/zib-ContactInformation-TelecomType",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/AddressUse",
                "code": "MC",
                "display": "Mobiel telefoonnummer"
              }
            ]
          }
        }
      ],
      "system": "phone",
      "value": "+31645678912",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "jtimmerman@123net.nl",
      "use": "home"
    }
  ]
}