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

FHIR IG analytics

Packagehl7.fhir.fi.scheduling
Resource TypePatient
IdPatient-patient-pentti.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: Patient patient-pentti

Pentti Potilas (no stated gender), DoB Unknown ( urn:oid:1.2.246.21#010101-123N (use: official, ))


Language:Suomi
Huoltaja:
  • Pappa Potilas
  • +3581234567
Municipality Codeunknown 564: Oulu

Source1

{
  "resourceType": "Patient",
  "id": "patient-pentti",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/municipality-code",
      "valueCoding": {
        "system": "urn:oid:1.2.246.537.6.21",
        "code": "564",
        "display": "Oulu"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.246.21",
      "value": "010101-123N"
    }
  ],
  "name": [
    {
      "family": "Potilas",
      "given": [
        "Pentti"
      ]
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "urn:oid:1.2.246.537.6.882",
              "code": "1",
              "display": "Huoltaja"
            }
          ]
        }
      ],
      "name": {
        "family": "Potilas",
        "given": [
          "Pappa"
        ]
      },
      "telecom": [
        {
          "system": "sms",
          "value": "+3581234567"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:oid:1.2.246.537.5.40175",
            "code": "FI",
            "display": "Suomi"
          },
          {
            "system": "urn:ietf:bcp:47",
            "code": "fi"
          }
        ],
        "text": "Suomi"
      }
    }
  ]
}