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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypePatient
IdPatient-patient-managingOrganization-telefoonnummer.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

Example of a Patient with a telephone number and managing organization

Source1

{
  "resourceType": "Patient",
  "id": "patient-managingOrganization-telefoonnummer",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://irma.app",
      "value": "bertabotje01@vzvz.nl"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Berta Botje",
      "family": "Botje",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name",
            "valueString": "Botje"
          }
        ]
      },
      "given": [
        "Berta"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "BR"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "_system": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                  "code": "MC",
                  "display": "mobile contact"
                }
              ]
            }
          }
        ]
      },
      "value": "+31611234567",
      "use": "home"
    }
  ],
  "gender": "female",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
              "code": "F",
              "display": "Female"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1972-11-12",
  "managingOrganization": {
    "reference": "Organization/organization-minimaal",
    "type": "Organization"
  }
}