Resources
import { Resources } from "plasma-fhir-app-utils";Patient
// Get the patient's "official" name...
const officialName = Resources.Patient.getOfficialName(patient);// Get the patient's "home" address...
const addrHome = Resources.Patient.getHomeAddress(patient);Identifier
// Get identifier by system...
const id = Resources.Identifier.getIdentifierBySystem(patient.identifier, "urn:...");// Get a displayable string...
const display = Resources.Identifier.toString(patient.identifier[0]);HumanName
// Gets all names based on the given "use"...
const names = Resources.HumanName.getNamesByUse(patient.name, "maiden");ContactPoint
Reference
CodeableConcept
Coding
Quantity
Age
Range
Period
Ratio
Address
Encounter
AdministrativeGender
FamilyMemberHistory_Relationship
FamilyMemberHistoryCondition
DeviceDeviceName
Flag
DocumentReference
Extension
Last updated