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

FHIR IG analytics

Packagecom.sensotrend.multiProfileValidation
Resource TypePatient
IdPatient-patient-complex-valid.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-complex-valid

John Doe (no stated gender), DoB: 1990-01-01 ( National Identifier for Sweden)


Active:true
Other Id:National Identifier for Finland/010190-999X (use: official, )
Contact Detail
  • ph: 555-1234(Home)
  • 123 Example Street Example City EX 12345 FI
Municipality Codeunknown: 020 (Akaa) (version = 2003 )

Source1

{
  "resourceType": "Patient",
  "id": "patient-complex-valid",
  "meta": {
    "profile": [
      "https://sensotrend.com/fhir/multi-profile-validation/StructureDefinition/patient-profile-imposing-profiles"
    ]
  },
  "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",
        "version": "2003",
        "code": "020",
        "display": "Akaa"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNFIN"
          }
        ]
      },
      "system": "urn:oid:1.2.246.21",
      "value": "010190-999X"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNSWE"
          }
        ]
      },
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "189602029812"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "John Doe",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-1234",
      "use": "home"
    }
  ],
  "birthDate": "1990-01-01",
  "address": [
    {
      "line": [
        "123 Example Street"
      ],
      "city": "Example City",
      "state": "EX",
      "postalCode": "12345",
      "country": "FI"
    }
  ]
}