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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypePatient
IdPatient-Monica19.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 Monica19

Monica 19 Rambeau (official) Female, DoB: 2006-02-24


Alt. Name:Mo (Nickname)
Contact:
  • Maria Rambeau
  • Relationships:Emergency Contact, mother
Contact:
  • Frank Rambeau
  • Relationships:Emergency Contact, father
Domestic Partner:
  • unknown (Male)
Individual Pronouns:
  • value: she/her/her/hers/herself
Individual Pronouns:
  • value: they/them/their/theirs/themselves
Individual Gender Identity:
  • value: Non-binary gender identity

Source1

{
  "resourceType": "Patient",
  "id": "Monica19",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "33791000087105",
                "display": "Non-binary gender identity"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LA29519-8",
                "display": "she/her/her/hers/herself"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LA29520-6",
                "display": "they/them/their/theirs/themselves"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Rambeau",
      "given": [
        "Monica",
        "19"
      ]
    },
    {
      "use": "nickname",
      "given": [
        "Mo"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2006-02-24",
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH",
              "display": "mother"
            }
          ]
        }
      ],
      "name": {
        "family": "Rambeau",
        "given": [
          "Maria"
        ]
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "FTH",
              "display": "father"
            }
          ]
        }
      ],
      "name": {
        "family": "Rambeau",
        "given": [
          "Frank"
        ]
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "DOMPART",
              "display": "Domestic Partner"
            }
          ]
        }
      ],
      "name": {
        "given": [
          "unknown"
        ]
      },
      "gender": "male"
    }
  ]
}