FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Patient/patient-example-sex-and-gender (Turtle)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner, RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification)

Transgender Person Example

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-example-sex-and-gender"] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a sct:446141000124107 ;
           fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "446141000124107" ] ;
           fhir:display [ fhir:v "Female gender identity" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "2001-05-06"^^xsd:date ]
       ]
     ] [
       fhir:url [ fhir:v "comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Patient transitioned from male to female in 2001." ]
     ] )
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-pronouns"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a loinc:LA29519-8 ;
           fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "LA29519-8" ] ;
           fhir:display [ fhir:v "she/her/her/hers/herself" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "2001-05-06"^^xsd:date ]
       ]
     ] [
       fhir:url [ fhir:v "comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Patient transitioned from male to female in 2001." ]
     ] )
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "male" ] ;
           fhir:display [ fhir:v "Male" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a loinc:76689-9 ;
           fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "76689-9" ] ;
           fhir:display [ fhir:v "Sex Assigned At Birth" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "effectivePeriod"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "1974-12-25"^^xsd:date ]
       ]
     ] [
       fhir:url [ fhir:v "acquisitionDate"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "2005-12-06"^^xsd:date ]
     ] [
       fhir:url [ fhir:v "sourceDocument"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:reference [ fhir:v "DocumentReference/1" ]
       ] #   Reference to a scan of the birth certificate  
     ] [
       fhir:url [ fhir:v "sourceField"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "SEX" ]
     ] [
       fhir:url [ fhir:v "jurisdiction"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.usps.com/"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "OH" ] ;
           fhir:display [ fhir:v "Ohio" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Patient transitioned from male to female in 2001, but their birth certificate still indicates male." ]
     ] )
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "male" ] ;
           fhir:display [ fhir:v "Male" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://local-code-system.org/recorded-sex-or-gender-type"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "insurance-card" ] ;
           fhir:display [ fhir:v "Insurance Card" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "effectivePeriod"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "2021-05-25"^^xsd:date ]
       ]
     ] [
       fhir:url [ fhir:v "acquisitionDate"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "2021-06-06"^^xsd:date ]
     ] [
       fhir:url [ fhir:v "sourceDocument"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:reference [ fhir:v "DocumentReference/2" ]
       ] #   Reference to a scan of the insurance card 
     ] [
       fhir:url [ fhir:v "sourceField"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "SEX" ]
     ] [
       fhir:url [ fhir:v "jurisdiction"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://local-code-system.org/recorded-sex-or-gender-jurisdiction"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ICCA-P" ] ;
           fhir:display [ fhir:v "Indigo Crucifix Cobalt Aegis Payer" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Patient transitioned from male to female in 2001, but their insurance card still indicates male." ]
     ] )
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://ohio.example.gov/drivers-license-sex"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "M" ] ;
           fhir:display [ fhir:v "Male" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://jurisdiction-specific.example.com/document-type-code-system"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "drivers-license" ] ;
           fhir:display [ fhir:v "Driver's License" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "effectivePeriod"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "1974-12-25"^^xsd:date ]
       ]
     ] [
       fhir:url [ fhir:v "acquisitionDate"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "2005-12-06"^^xsd:date ]
     ] [
       fhir:url [ fhir:v "sourceDocument"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:reference [ fhir:v "DocumentReference/1" ]
       ] #   Reference to a scan of the driver's license  
     ] [
       fhir:url [ fhir:v "jurisdiction"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "https://www.usps.com/"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "OH" ] ;
           fhir:display [ fhir:v "Ohio" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Patient transitioned from male to female in 2001, but their driver's license still indicates male." ]
     ] )
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-sexParameterForClinicalUse"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "specified" ] ;
           fhir:display [ fhir:v "Apply specified setting or reference range" ]
         ] )
       ]
     ] [
       fhir:url [ fhir:v "period"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "2002-07-13"^^xsd:date ]
       ]
     ] [
       fhir:url [ fhir:v "comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Patient transitioned from male to female in 2001." ]
     ] [
       fhir:url [ fhir:v "supportingInfo"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableReference ;
         fhir:reference [
           fhir:reference [ fhir:v "Observation/1" ]
         ]
       ] #   Observation about an organ inventory (prostate)  
     ] [
       fhir:url [ fhir:v "supportingInfo"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableReference ;
         fhir:reference [
           fhir:reference [ fhir:v "MedicationStatement/2" ]
         ]
       ] #   MedicationStatement indicating patient underwent hormone therapy  
     ] )
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "usual" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "MR" ]
       ] )
     ] ;
     fhir:system [ fhir:v "urn:oid:1.2.36.146.595.217.0.1"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Roth" ] ;
     fhir:given ( [ fhir:v "Patrick" ] )
  ] [
     fhir:use [ fhir:v "usual" ] ;
     fhir:family [ fhir:v "Roth" ] ;
     fhir:given ( [ fhir:v "Patricia" ] )
  ] [
     fhir:use [ fhir:v "nickname" ] ;
     fhir:given ( [ fhir:v "Pat" ] )
  ] ) ; #   Legal Name: Patrick Roth, goes by Patricia (formally), but also Pat (informally)  
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1974-12-25"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/1" ]
  ]] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.