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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypePatient
IdNICE-Patient-Example-01.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

Patient example
Patientnumber8430034
Patient namePeter Petersen
GenderMale
Birthdate1990-01-08
Deceased?No

Source1

{
  "resourceType": "Patient",
  "id": "NICE-Patient-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    },
    {
      "url": "https://simplifier.net/nicefhirproject/NICE-PatientEncryption-2022Q1",
      "extension": [
        {
          "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-QualityRegistration-2022Q1",
          "valueUri": "https://www.stichting-nice.nl/"
        },
        {
          "url": "key",
          "valueString": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-EncryptionKey-2022Q1"
        },
        {
          "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-EncryptedData-2022Q1"
        }
      ]
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/ValueSet/identifier-type",
            "version": "2.9.0",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "value": "8430034"
    }
  ],
  "name": [
    {
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Petersen"
          }
        ]
      },
      "given": [
        "Peter"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "CL"
            }
          ]
        }
      ]
    }
  ],
  "gender": "male",
  "_gender": {
    "extension": [
      {
        "url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/AdministrativeGender",
              "code": "M",
              "display": "Man"
            }
          ]
        }
      }
    ]
  },
  "birthDate": "1990-01-08",
  "deceasedBoolean": false
}