conformsTo
conformsTo()
Section titled “conformsTo()”Category: FHIR
Returns true if the resource conforms to the specified profile (currently always true)
Signature
Section titled “Signature”- Return type:
boolean - Parameters:
profilestring— Profile URL to validate against
Examples
Section titled “Examples”Patient.conformsTo('http://hl7.org/fhir/StructureDefinition/Patient')