Generated Narrative
identifier: id: 1122334455
name: FD Middle Last (OFFICIAL)
Qualifications
- | Identifier | Code |
* | id: 9876543210 | Physician |
"
];
fhir:Practitioner.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
fhir:Identifier.value [ fhir:value "1122334455" ]
];
fhir:Practitioner.name [
fhir:index 0;
fhir:HumanName.use [ fhir:value "official" ];
fhir:HumanName.family [ fhir:value "Last" ];
fhir:HumanName.given [
fhir:value "FD";
fhir:index 0
], [
fhir:value "Middle";
fhir:index 1
];
fhir:HumanName.suffix [
fhir:value "Jr.";
fhir:index 0
]
];
fhir:Practitioner.qualification [
fhir:index 0;
fhir:Practitioner.qualification.identifier [
fhir:index 0;
fhir:Identifier.value [ fhir:value "9876543210" ]
];
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:309343006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "309343006" ];
fhir:Coding.display [ fhir:value "Physician" ]
];
fhir:CodeableConcept.text [ fhir:value "Physician" ]
]
] .
# - ontology header ------------------------------------------------------------